From 881f622ce37f7345368731a16afc2ab83e4b8adf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 15:16:43 +0100 Subject: chore(deps): bump unicode-width from 0.1.14 to 0.2.0 (#2722) Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.14 to 0.2.0. - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.14...v0.2.0) --- updated-dependencies: - dependency-name: unicode-width dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- crates/atuin/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 207f455f..8c9a47cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -262,7 +262,7 @@ dependencies = [ "tracing", "tracing-subscriber", "tracing-tree", - "unicode-width 0.1.14", + "unicode-width 0.2.0", "uuid", ] diff --git a/crates/atuin/Cargo.toml b/crates/atuin/Cargo.toml index 07a2c691..78f921c4 100644 --- a/crates/atuin/Cargo.toml +++ b/crates/atuin/Cargo.toml @@ -58,7 +58,7 @@ indicatif = "0.17.5" serde = { workspace = true } serde_json = { workspace = true } crossterm = { version = "0.28.1", features = ["use-dev-tty"] } -unicode-width = "0.1" +unicode-width = "0.2" itertools = { workspace = true } tokio = { workspace = true } async-trait = { workspace = true } -- cgit v1.3.1