diff options
author | 2021-09-18 16:48:32 +0000 | |
---|---|---|
committer | 2021-09-18 16:48:32 +0000 | |
commit | 863e14c4e25216f7d9f0883e1e02124da6917b9a (patch) | |
tree | efb4e509f9575b19ad70759a10478f08cb6167bc | |
parent | b47a11b471e8b61b384d40255279cfe2cb614af8 (diff) | |
parent | 163563ee4713c13eabc1572f85912ea75c2b0a90 (diff) | |
download | newsboat-863e14c4e25216f7d9f0883e1e02124da6917b9a.tar.gz newsboat-863e14c4e25216f7d9f0883e1e02124da6917b9a.tar.zst newsboat-863e14c4e25216f7d9f0883e1e02124da6917b9a.zip |
Merge pull request #1779 from newsboat/dependabot/cargo/unicode-width-0.1.9
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | rust/libnewsboat/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -748,9 +748,9 @@ dependencies = [ [[package]] name = "unicode-width" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" +checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" [[package]] name = "unicode-xid" diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml index fbaf1aae..f2125f5c 100644 --- a/rust/libnewsboat/Cargo.toml +++ b/rust/libnewsboat/Cargo.toml @@ -15,7 +15,7 @@ url = "2.2.2" percent-encoding = "2.0.0" xdg = "2.2.0" backtrace = "= 0.3" -unicode-width = "0.1.8" +unicode-width = "0.1.9" nom = "7" libc = "0.2" natord = "1.0.9" |