Skip to content

Commit f1c7467

Browse files
committed
Allow old unicode-width version in deny.toml
1 parent 66754d9 commit f1c7467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deny.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ skip = [
6666
{ name = "heck", version = "0.4.1" },
6767
# wasmtime -> cranelift is depending on this old version
6868
{ 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" },
69+
# pad depends on an old version
70+
{ name = "unicode-width", version = "0.1.14" },
7171
]
7272

7373
skip-tree = []

0 commit comments

Comments
 (0)