diff options
author | 2024-09-16 06:24:48 +0000 | |
---|---|---|
committer | 2024-09-16 06:24:48 +0000 | |
commit | c3585beacc3a5e48bc6951bc152c011117e0a609 (patch) | |
tree | 0dd9d8439e3682bb7953784ac01cc20ed0e53ed9 | |
parent | 3762bc4f2a2d2aed67b9900e9c8d9c2f97a4475d (diff) | |
download | newsboat-c3585beacc3a5e48bc6951bc152c011117e0a609.tar.gz newsboat-c3585beacc3a5e48bc6951bc152c011117e0a609.tar.zst newsboat-c3585beacc3a5e48bc6951bc152c011117e0a609.zip |
Chore(deps): bump unicode-segmentation from 1.11.0 to 1.12.0
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.11.0 to 1.12.0.
- [Commits](https://github.com/unicode-rs/unicode-segmentation/compare/v1.11.0...v1.12.0)
---
updated-dependencies:
- dependency-name: unicode-segmentation
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | rust/libnewsboat/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1926,9 +1926,9 @@ dependencies = [ [[package]] name = "unicode-segmentation" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" +checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" [[package]] name = "unicode-width" diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml index 89147f1f..522907fe 100644 --- a/rust/libnewsboat/Cargo.toml +++ b/rust/libnewsboat/Cargo.toml @@ -20,7 +20,7 @@ natord = "1.0.9" md5 = "0.7.0" lexopt = "0.3.0" chrono = "0.4.34" -unicode-segmentation = "1.11.0" +unicode-segmentation = "1.12.0" [dependencies.gettext-rs] version = "0.7.1" |