Skip to content

Commit

Permalink
Removing ignored advisories
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Sep 12, 2023
1 parent bd72d73 commit 9dbf59c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ serde = { version = "1.0.136", features = ["derive"] }
pot = { path = "../pot" }
rand = "0.8.4"
fake = "2.4.3"
chrono = { version = "0.4.19", features = ["serde"] }
chrono = { version = "0.4.30", features = ["serde"] }
anyhow = "1.0.53"
cli-table = "0.4.6"
thousands = "0.2.0"
Expand Down
5 changes: 1 addition & 4 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ vulnerability = "deny"
unmaintained = "warn"
yanked = "warn"
notice = "warn"
ignore = [
"RUSTSEC-2021-0145", # criterion-related, dev-dependency.
"RUSTSEC-2020-0071", # chrono-related, dev-dependency.
]
ignore = []

[licenses]
unlicensed = "deny"
Expand Down

0 comments on commit 9dbf59c

Please sign in to comment.