Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
willhickey committed Oct 3, 2024
1 parent e149466 commit 535bd0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/do-audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ cargo_audit_ignores=(
# See `[patch.crates-io.curve25519-dalek]` in Cargo.toml for more information
--ignore RUSTSEC-2024-0344

<<<<<<< HEAD
# openssl
--ignore RUSTSEC-2024-0357
=======

# Crate: tonic
# Version: 0.9.2
# Title: Remotely exploitable Denial of Service in Tonic
Expand All @@ -51,7 +50,6 @@ cargo_audit_ignores=(
# URL: https://rustsec.org/advisories/RUSTSEC-2024-0376
# Solution: Upgrade to >=0.12.3
--ignore RUSTSEC-2024-0376
>>>>>>> 9b5525d127 (ci: ignore the tonic audit as a temporary stopgap (#3052))
)
scripts/cargo-for-all-lock-files.sh audit "${cargo_audit_ignores[@]}" | $dep_tree_filter
# we want the `cargo audit` exit code, not `$dep_tree_filter`'s
Expand Down

0 comments on commit 535bd0b

Please sign in to comment.