summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2021-09-17 06:01:54 +0000
committerGravatar GitHub <noreply@github.com> 2021-09-17 06:01:54 +0000
commit163563ee4713c13eabc1572f85912ea75c2b0a90 (patch)
treeefb4e509f9575b19ad70759a10478f08cb6167bc
parentb47a11b471e8b61b384d40255279cfe2cb614af8 (diff)
downloadnewsboat-163563ee4713c13eabc1572f85912ea75c2b0a90.tar.gz
newsboat-163563ee4713c13eabc1572f85912ea75c2b0a90.tar.zst
newsboat-163563ee4713c13eabc1572f85912ea75c2b0a90.zip
Chore(deps): bump unicode-width from 0.1.8 to 0.1.9
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.8 to 0.1.9. - [Release notes](https://github.com/unicode-rs/unicode-width/releases) - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.8...v0.1.9) --- 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 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"