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" },