Skip to content

Commit

Permalink
fix(deps): update codspeed-criterion-compat to get rid of advisory
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltardieu committed Nov 23, 2024
1 parent 94b14d6 commit 455933d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ thiserror = "1.0.63"
deprecate-until = "0.1.1"

[dev-dependencies]
codspeed-criterion-compat = "2.0.0"
codspeed-criterion-compat = "2.7.2"
itertools = "0.13.0"
lazy_static = "1.5.0"
movingai = "1.3.1"
Expand Down
6 changes: 2 additions & 4 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ db-urls = ["https://github.com/rustsec/advisory-db"]
yanked = "warn"
# A list of advisory IDs to ignore. Note that ignored advisories will still
# output a note when they are encountered.
ignore = [
"RUSTSEC-2021-0145", # atty, as long as Criterion uses it
]
ignore = []
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
# lower than the range specified will be ignored. Note that ignored advisories
# will still output a note when they are encountered.
Expand All @@ -95,7 +93,7 @@ ignore = [
allow = [
"MIT",
"Apache-2.0",
"Unicode-DFS-2016",
"Unicode-3.0",
]
# The confidence threshold for detecting a license from license text.
# The higher the value, the more closely the license text must be to the
Expand Down

0 comments on commit 455933d

Please sign in to comment.