summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-09-16 06:24:48 +0000
committerGravatar GitHub <noreply@github.com> 2024-09-16 06:24:48 +0000
commitc3585beacc3a5e48bc6951bc152c011117e0a609 (patch)
tree0dd9d8439e3682bb7953784ac01cc20ed0e53ed9
parent3762bc4f2a2d2aed67b9900e9c8d9c2f97a4475d (diff)
downloadnewsboat-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.lock4
-rw-r--r--rust/libnewsboat/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 332fccd1..33a8c9cc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"