1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-31 15:12:12 +00:00

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

Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.2.0 to 0.2.1.
- [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.2.0...v0.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-09-01 04:53:18 +00:00
committed by GitHub
parent d291b3e5fa
commit 869deabcc9
2 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ thiserror = "2.0"
wild = { version = "2.2", optional = true }
content_inspector = "0.2.4"
shell-words = { version = "1.1.0", optional = true }
unicode-width = "0.2.0"
unicode-width = "0.2.1"
globset = "0.4"
serde = "1.0"
serde_derive = "1.0"