aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-28 15:16:43 +0100
committerGitHub <noreply@github.com>2025-04-28 15:16:43 +0100
commit881f622ce37f7345368731a16afc2ab83e4b8adf (patch)
tree2220304a39660bf9e182757f7331e0789dc851d4 /crates
parentchore(release): prepare for release 18.6.0-beta.1 (#2723) (diff)
downloadatuin-881f622ce37f7345368731a16afc2ab83e4b8adf.zip
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'crates')
-rw-r--r--crates/atuin/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 }