Ignore socket2 0.5 in cargo deny

This commit is contained in:
Quentin Gliech
2025-07-30 11:02:30 +02:00
parent 4b07829b56
commit 6bd53ad898

View File

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