Skip to content

Commit

Permalink
cargo audit ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pradovic committed Feb 7, 2024
1 parent fe4510c commit 80dabf0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: cargo install cargo-audit

- name: Audit dependencies
run: cargo audit
run: cargo audit --ignore RUSTSEC-2024-0003

- name: Build
run: cargo build --verbose
Expand Down
6 changes: 4 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ twilight-http = "0.15.4"
twilight-util = { version = "0.15.1", features = ["builder"] }
ed25519-dalek = {version = "2.0.0-pre.0", features = ["rand_core"]}
hex = "0.4.3"
reqwest = { version = "0.11", features = ["json"] }
reqwest = { version = "0.11.24", features = ["json"] }
serde_json = "1.0.108"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
Expand Down

0 comments on commit 80dabf0

Please sign in to comment.