Skip to content

Commit 53f38c2

Browse files
committed
chore: ignore an advisory that we can't do anything about right now
1 parent a9e24da commit 53f38c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deny.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ ignore = [
2828
"RUSTSEC-2023-0052", # Introduced by transitive dependency `webpki`.
2929
# `hyper-proxy`, then `qcs-api-client-rust` need to update in order to remove
3030
# `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.
3134
]
3235

3336
# This section is considered when running `cargo deny check licenses`

0 commit comments

Comments
 (0)