Ignore socket2 0.5 in cargo deny
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user