diff options
author | 2023-09-20 06:03:58 +0000 | |
---|---|---|
committer | 2023-09-20 06:03:58 +0000 | |
commit | 5fa8199985bba6e43c7492a9dc649cb1acc12efb (patch) | |
tree | b89706c8ab439dc486f23a079aadb844d690bf73 /Cargo.lock | |
parent | e525ac53571628cd8514fb0a069117a0685158a9 (diff) | |
download | newsboat-5fa8199985bba6e43c7492a9dc649cb1acc12efb.tar.gz newsboat-5fa8199985bba6e43c7492a9dc649cb1acc12efb.tar.zst newsboat-5fa8199985bba6e43c7492a9dc649cb1acc12efb.zip |
Chore(deps): bump unicode-width from 0.1.10 to 0.1.11
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.10 to 0.1.11.
- [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.10...v0.1.11)
---
updated-dependencies:
- dependency-name: unicode-width
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -810,9 +810,9 @@ dependencies = [ [[package]] name = "unicode-width" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" +checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" [[package]] name = "url" |