From 2379bf4e1fdc652b5a5987e23f9c29d46478ef43 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:59:26 +1000 Subject: [PATCH] allow multiple socket2 --- deny.toml | 2 ++ 1 file changed, 2 insertions(+) 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