summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-29 06:21:12 +0000
committerGitHub <noreply@github.com>2024-04-29 06:21:12 +0000
commitc9815afaaadb94462e5e006327f9d28c0f0fd24c (patch)
treea30dbe60467b6d140e72050697a1aa22b2d7ca6c
parent73d2ac286fa1907a5490f2e5b5cfba7ff758ab4e (diff)
Chore(deps): bump unicode-width from 0.1.11 to 0.1.12dependabot/cargo/unicode-width-0.1.12
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.11 to 0.1.12. - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.11...v0.1.12) --- updated-dependencies: - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-patch ... 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 c363c7b1..a293e49b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -791,9 +791,9 @@ dependencies = [
[[package]]
name = "unicode-width"
-version = "0.1.11"
+version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
+checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
[[package]]
name = "url"
diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml
index f6dd9189..67874e73 100644
--- a/rust/libnewsboat/Cargo.toml
+++ b/rust/libnewsboat/Cargo.toml
@@ -13,7 +13,7 @@ url = "2.5.0"
percent-encoding = "2.3.1"
xdg = "2.5.2"
backtrace = "= 0.3"
-unicode-width = "0.1.11"
+unicode-width = "0.1.12"
nom = "7"
libc = "0.2"
natord = "1.0.9"