summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-29 18:43:29 +0000
committerGitHub <noreply@github.com>2024-04-29 18:43:29 +0000
commit6613edf35d9110b0f5a2860f6109929146a92fc3 (patch)
tree12ea8a1775717ffa19380073df090c1f7454ec13
parentc57543b4f884af31146eeee8a90e29ec69b6ef5e (diff)
Bump unicode-width from 0.1.11 to 0.1.12dependabot/cargo/unicode-width-0.1.12
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.11 to 0.1.12. - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.11...v0.1.12) --- updated-dependencies: - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index aff3eed5..f51242dc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2503,9 +2503,9 @@ dependencies = [
[[package]]
name = "unicode-width"
-version = "0.1.11"
+version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
+checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
[[package]]
name = "universal-hash"