From 7ea2e126a8635cdcc3a5856dddd8a600b858f33b Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Mon, 6 Jan 2025 09:00:49 +0100 Subject: [PATCH] Allow old unicode-width version in deny.toml --- deny.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deny.toml b/deny.toml index 92a056233..7f0d8554d 100644 --- a/deny.toml +++ b/deny.toml @@ -66,8 +66,8 @@ skip = [ { name = "heck", version = "0.4.1" }, # wasmtime -> cranelift is depending on this old version { name = "itertools", version = "0.12.1" }, - # For some reason, axum-core depends on this old version, even though axum is on the new one - { name = "sync_wrapper", version = "0.1.2" }, + # pad depends on an old version + { name = "unicode-width", version = "0.1.14" }, ] skip-tree = []