We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232d465 commit cf4a74cCopy full SHA for cf4a74c
.deny.toml
@@ -29,7 +29,8 @@ skip = [
29
{ name = "windows-result", version = "0.3.4" },
30
{ name = "windows-strings", version = "0.4.2" },
31
32
- # cargo-metadata uses an old version of ordered-float. Only used for testing.
+ # cargo-metadata uses old version. Only used for infrastructure.
33
+ { name = "toml", version = "0.8.23" },
34
{ name = "ordered-float", version = "2.10.1" },
35
# criterion uses an old version
36
{ name = "itertools", version = "0.10.5" },
@@ -41,6 +42,7 @@ skip = [
41
42
# Strum uses an old version
43
{ name = "heck", version = "0.4.0" },
44
# Deno uses an old version
45
+ { name = "bincode", version = "1.3.3" },
46
{ name = "strum", version = "0.25.0" },
47
]
48
wildcards = "deny"
@@ -70,7 +72,7 @@ private = { ignore = true }
70
72
71
73
[sources]
74
allow-git = [
- # Waiting on releases; used in examples only
75
+ # Waiting on releases; used in examples/tests only
76
77
unknown-registry = "deny"
78
unknown-git = "deny"
Cargo.lock
0 commit comments