aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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 /Cargo.lock
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 '')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 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",
]