aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--crates/atuin/Cargo.toml2
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 }