summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-21 09:34:26 +0000
committerGitHub <noreply@github.com>2024-09-21 09:34:26 +0000
commit91aebe35165704c153911e5600744b96da7003aa (patch)
tree3536fe9e6d6ef0eef1773f1644534377b178e596
parentc74882f54eeca1d788c0eaf1d1adbf159ecaebdb (diff)
parentc3585beacc3a5e48bc6951bc152c011117e0a609 (diff)
Merge pull request #2861 from newsboat/dependabot/cargo/unicode-segmentation-1.12.0
-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"