Disable wasmtime cache, enable parallel compilation, add deny exception
This commit is contained in:
@@ -71,6 +71,7 @@ skip = [
|
||||
{ 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 = "object", version = "0.32.2" }, # sentry-backtrace depends on this old version
|
||||
{ name = "itertools", version = "0.10.5" }, # wasmtime & others depends on the old version
|
||||
{ name = "itertools", version = "0.11.0" },
|
||||
{ name = "bitflags", version = "1.3.2" }, # axum depends on an old version
|
||||
|
||||
Reference in New Issue
Block a user