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 66754d9 commit f1c7467Copy full SHA for f1c7467
deny.toml
@@ -66,8 +66,8 @@ skip = [
66
{ name = "heck", version = "0.4.1" },
67
# wasmtime -> cranelift is depending on this old version
68
{ name = "itertools", version = "0.12.1" },
69
- # For some reason, axum-core depends on this old version, even though axum is on the new one
70
- { name = "sync_wrapper", version = "0.1.2" },
+ # pad depends on an old version
+ { name = "unicode-width", version = "0.1.14" },
71
]
72
73
skip-tree = []
0 commit comments