Skip to content

Commit 46fe520

Browse files
committed
Ignore socket2 0.5 in cargo deny
1 parent 4d79a54 commit 46fe520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ skip = [
6464
{ name = "indexmap", version = "1.9.3" }, # schemars depends on this old version
6565
{ name = "hashbrown", version = "0.12.3" }, # schemars -> indexmap depends on this old version
6666
{ name = "hashbrown", version = "0.14.5" }, # a few crates depend on this old version
67+
{ name = "socket2", version = "0.5.10" }, # a few crates depend on socket2 0.5
6768
# a few dependencies depend on the 1.x version of thiserror
6869
{ name = "thiserror", version = "1.0.69" },
6970
{ name = "thiserror-impl", version = "1.0.69" },

0 commit comments

Comments
 (0)