summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-09-20 06:03:58 +0000
committerGravatar GitHub <noreply@github.com> 2023-09-20 06:03:58 +0000
commit5fa8199985bba6e43c7492a9dc649cb1acc12efb (patch)
treeb89706c8ab439dc486f23a079aadb844d690bf73
parente525ac53571628cd8514fb0a069117a0685158a9 (diff)
downloadnewsboat-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>
-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 4e0d2e6a..3fd5f782 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"
diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml
index 68a8f023..925a3d4a 100644
--- a/rust/libnewsboat/Cargo.toml
+++ b/rust/libnewsboat/Cargo.toml
@@ -14,7 +14,7 @@ url = "2.4.1"
percent-encoding = "2.3.0"
xdg = "2.5.2"
backtrace = "= 0.3"
-unicode-width = "0.1.10"
+unicode-width = "0.1.11"
nom = "7"
libc = "0.2"
natord = "1.0.9"