diff options
author | 2023-09-20 21:00:27 +0000 | |
---|---|---|
committer | 2023-09-20 21:00:27 +0000 | |
commit | ecbbaf37d8c89d6c6a888d059ddcbba105d384e6 (patch) | |
tree | 905d64773cd6547754287b365114c80086634d45 | |
parent | 4f9df4fb38a1f110e38767d48b19f92afe4a8000 (diff) | |
parent | 5fa8199985bba6e43c7492a9dc649cb1acc12efb (diff) | |
download | newsboat-ecbbaf37d8c89d6c6a888d059ddcbba105d384e6.tar.gz newsboat-ecbbaf37d8c89d6c6a888d059ddcbba105d384e6.tar.zst newsboat-ecbbaf37d8c89d6c6a888d059ddcbba105d384e6.zip |
Merge pull request #2558 from newsboat/dependabot/cargo/unicode-width-0.1.11
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | rust/libnewsboat/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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" |