diff --git a/deny.toml b/deny.toml index 9817c3e79..79d4faac2 100644 --- a/deny.toml +++ b/deny.toml @@ -309,6 +309,8 @@ skip = [ { crate = "idna", reason = "temp", version = "0.5.0" }, { crate = "bitflags", reason = "too many", version = "=1.3.2" }, + + { crate = "socket2", reason = "too many", version = "=0.4.10" }, ] # Similarly to `skip` allows you to skip certain crates during duplicate # detection. Unlike skip, it also includes the entire tree of transitive