diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-28 15:16:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-28 15:16:43 +0100 |
| commit | 881f622ce37f7345368731a16afc2ab83e4b8adf (patch) | |
| tree | 2220304a39660bf9e182757f7331e0789dc851d4 | |
| parent | chore(release): prepare for release 18.6.0-beta.1 (#2723) (diff) | |
| download | atuin-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>
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | crates/atuin/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 } |
