diff --git a/Cargo.lock b/Cargo.lock index 905e7378a..78a58e675 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4612,7 +4612,7 @@ dependencies = [ "tracing-durations-export", "tracing-subscriber", "tracing-tree", - "unicode-width 0.1.14", + "unicode-width 0.2.0", "url", "uv-auth", "uv-build-backend", @@ -5389,7 +5389,7 @@ dependencies = [ "rkyv", "serde", "tracing", - "unicode-width 0.1.14", + "unicode-width 0.2.0", "unscanny", "version-ranges", ] @@ -5412,7 +5412,7 @@ dependencies = [ "thiserror 2.0.12", "tracing", "tracing-test", - "unicode-width 0.1.14", + "unicode-width 0.2.0", "url", "uv-fs", "uv-normalize", diff --git a/Cargo.toml b/Cargo.toml index 6b15b827e..cd5cf2044 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -174,7 +174,7 @@ tracing = { version = "0.1.40" } tracing-durations-export = { version = "0.3.0", features = ["plot"] } tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json", "registry"] } tracing-tree = { version = "0.4.0" } -unicode-width = { version = "0.1.13" } +unicode-width = { version = "0.2.0" } unscanny = { version = "0.1.0" } url = { version = "2.5.2", features = ["serde"] } version-ranges = { git = "https://github.com/astral-sh/pubgrub", rev = "b70cf707aa43f21b32f3a61b8a0889b15032d5c4" }