From 455933dfce2bdfaffac6ed62efa0627482a89892 Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Sat, 23 Nov 2024 17:03:08 +0100 Subject: [PATCH] fix(deps): update codspeed-criterion-compat to get rid of advisory --- Cargo.toml | 2 +- deny.toml | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4e3ee124..d04df7ea 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 f6759933..288725c8 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