Skip to content

Commit

Permalink
fix deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekleog-NEAR committed Nov 18, 2023
1 parent dc826dd commit 0db1b88
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ deny = [
]

skip = [
{ name = "tracing-log", version = "0.1.3" },
# wasmer 0.17 and wasmtime 0.17 uses older versions of some crates
{ name = "generic-array", version = "=0.12.4" },

Expand Down Expand Up @@ -98,9 +99,6 @@ skip = [
{ name = "windows_x86_64_msvc", version = "=0.42.2" },
{ name = "windows-targets", version = "=0.42.1" },

# chrono uses old time crate
{ name = "time", version = "=0.1.44" },

# ed25519-dalek uses older versions of rand and rand_core
{ name = "rand", version = "=0.7.3" },
{ name = "rand_core", version = "=0.5.1" },
Expand Down Expand Up @@ -155,7 +153,7 @@ skip = [

# Various packages haven’t upgraded to 0.base64 21 yet.
{ name = "base64", version = "=0.13.0" },
{ name = "ahash", version = "=0.7.6" },
{ name = "ahash", version = "=0.7.7" },

# actix-http hasn't upgraded iminz_oxide/flate2 yet.
{ name = "miniz_oxide", version = "=0.5.1" },
Expand Down

0 comments on commit 0db1b88

Please sign in to comment.