Forráskód Böngészése

build(deps): bump unicode-width from 0.1.13 to 0.2.0

Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.13 to 0.2.0.
- [Commits](https://github.com/unicode-rs/unicode-width/commits)

---
updated-dependencies:
- dependency-name: unicode-width
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 1 éve
szülő
commit
1045ad99c8
2 módosított fájl, 11 hozzáadás és 5 törlés
  1. 10 4
      Cargo.lock
  2. 1 1
      Cargo.toml

+ 10 - 4
Cargo.lock

@@ -53,7 +53,7 @@ version = "0.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "219e3ce6f2611d83b51ec2098a12702112c29e57203a6b0a0929b2cddb486608"
 dependencies = [
- "unicode-width",
+ "unicode-width 0.1.14",
 ]
 
 [[package]]
@@ -466,7 +466,7 @@ dependencies = [
  "terminal_size",
  "timeago",
  "trycmd",
- "unicode-width",
+ "unicode-width 0.2.0",
  "uutils_term_grid",
  "uzers",
  "windows-sys 0.59.0",
@@ -1459,9 +1459,15 @@ dependencies = [
 
 [[package]]
 name = "unicode-width"
-version = "0.1.13"
+version = "0.1.14"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
+checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
+
+[[package]]
+name = "unicode-width"
+version = "0.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
 
 [[package]]
 name = "unsafe-libyaml"

+ 1 - 1
Cargo.toml

@@ -94,7 +94,7 @@ plist = { version = "1.7.0", default-features = false }
 uutils_term_grid = "0.6.0"
 terminal_size = "0.3.0"
 timeago = { version = "0.4.2", default-features = false }
-unicode-width = "0.1"
+unicode-width = "0.2"
 zoneinfo_compiled = "0.5.1"
 ansi-width = "0.1.0"
 serde = { version = "1.0.193", features = ["derive"] }