We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edad228 commit a7b2105Copy full SHA for a7b2105
deny.toml
@@ -28,6 +28,9 @@ ignore = [
28
"RUSTSEC-2023-0052", # Introduced by transitive dependency `webpki`.
29
# `hyper-proxy`, then `qcs-api-client-rust` need to update in order to remove
30
# `webpki`.
31
+ "RUSTSEC-2024-0006" # Introduced by transitive dependency `shlex`.
32
+ # `bindgen`, then `libquil-sys` need to update in order to get a version
33
+ # of `shlex` >= 1.3.0.
34
]
35
36
# This section is considered when running `cargo deny check licenses`
0 commit comments