summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2021-09-18 16:48:32 +0000
committerGravatar GitHub <noreply@github.com> 2021-09-18 16:48:32 +0000
commit863e14c4e25216f7d9f0883e1e02124da6917b9a (patch)
treeefb4e509f9575b19ad70759a10478f08cb6167bc
parentb47a11b471e8b61b384d40255279cfe2cb614af8 (diff)
parent163563ee4713c13eabc1572f85912ea75c2b0a90 (diff)
downloadnewsboat-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.lock4
-rw-r--r--rust/libnewsboat/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5ca7050f..19323e82 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"