diff --git a/Cargo.toml b/Cargo.toml index 4e3ee12..d04df7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/deny.toml b/deny.toml index f675993..288725c 100644 --- a/deny.toml +++ b/deny.toml @@ -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. @@ -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