From e0b4dfe923ee807ed2e6e9e16e101a652977ef42 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 8 Apr 2025 19:33:00 +0200
Subject: [PATCH] Update Rust crate unicode-width to 0.2.0 (#7632)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [unicode-width](https://redirect.github.com/unicode-rs/unicode-width)
| workspace.dependencies | minor | `0.1.13` -> `0.2.0` |
---
### Release Notes
unicode-rs/unicode-width (unicode-width)
###
[`v0.2.0`](https://redirect.github.com/unicode-rs/unicode-width/compare/v0.1.14...v0.2.0)
[Compare
Source](https://redirect.github.com/unicode-rs/unicode-width/compare/v0.1.14...v0.2.0)
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/astral-sh/uv).
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: konstin
---
Cargo.lock | 6 +++---
Cargo.toml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
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" }