Skip to content

Commit

Permalink
Update unicode-width requirement from 0.1.13 to 0.2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [unicode-width](https://github.com/unicode-rs/unicode-width) to permit the latest version.
- [Commits](https://github.com/unicode-rs/unicode-width/commits)

---
updated-dependencies:
- dependency-name: unicode-width
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent fcbca98 commit 93f9639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fd-lock = { version = "4.0.0", optional = true }
rusqlite = { version = "0.32.0", optional = true, default-features = false, features = ["bundled", "backup"] }
libc = "0.2.155"
log = "0.4.22"
unicode-width = "0.1.13"
unicode-width = "0.2.0"
unicode-segmentation = "1.0"
memchr = "2.7"
# For custom bindings
Expand Down

0 comments on commit 93f9639

Please sign in to comment.