cargo-deny: ignore old socket2 version
This commit is contained in:
@@ -69,6 +69,7 @@ skip = [
|
||||
{ name = "regex-syntax", version = "0.6.29" }, # tracing-subscriber[env-filter] -> matchers depends on the old version
|
||||
{ name = "regex-automata", version = "0.1.10" }, # ^
|
||||
{ name = "regex-automata", version = "0.2.0" }, # icu_list depends on this old version
|
||||
{ name = "socket2", version = "0.4.10" }, # old hyper version depends on this old version
|
||||
{ name = "indexmap", version = "1.9.3" }, # schemars depends on this old version
|
||||
{ name = "itertools", version = "0.10.5" }, # wasmtime & others depends on the old version
|
||||
{ name = "itertools", version = "0.11.0" },
|
||||
|
||||
Reference in New Issue
Block a user