Skip to content

Commit

Permalink
chore: ignore an advisory that we can't do anything about right now
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow53 committed Jan 26, 2024
1 parent a9e24da commit 53f38c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ ignore = [
"RUSTSEC-2023-0052", # Introduced by transitive dependency `webpki`.
# `hyper-proxy`, then `qcs-api-client-rust` need to update in order to remove
# `webpki`.
"RUSTSEC-2024-0006" # Introduced by transitive dependency `shlex`.
# `bindgen`, then `libquil-sys` need to update in order to get a version
# of `shlex` >= 1.3.0.
]

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

0 comments on commit 53f38c2

Please sign in to comment.