From 6bd53ad89810291f3e7bd3c48e130de9c508235e Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Wed, 30 Jul 2025 11:02:30 +0200 Subject: [PATCH] Ignore socket2 0.5 in cargo deny --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 333ad892b..9f7d18646 100644 --- a/deny.toml +++ b/deny.toml @@ -64,6 +64,7 @@ skip = [ { name = "indexmap", version = "1.9.3" }, # schemars depends on this old version { name = "hashbrown", version = "0.12.3" }, # schemars -> indexmap depends on this old version { name = "hashbrown", version = "0.14.5" }, # a few crates depend on this old version + { name = "socket2", version = "0.5.10" }, # a few crates depend on socket2 0.5 # a few dependencies depend on the 1.x version of thiserror { name = "thiserror", version = "1.0.69" }, { name = "thiserror-impl", version = "1.0.69" },