summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2021-12-17 15:24:06 +0000
committerGravatar GitHub <noreply@github.com> 2021-12-17 15:24:06 +0000
commite0cbfb5e3f3a67656e26305a5e24982f0c26ec06 (patch)
treefa975d17c867e08b109aa5e6f84eeab4c3ed29b8
parent00fb5f2f4716b91ca085afa1f6e8999dd93434db (diff)
parentedb4d36e75e48d130773df71e2c7ffe66eed422c (diff)
downloadnewsboat-e0cbfb5e3f3a67656e26305a5e24982f0c26ec06.tar.gz
newsboat-e0cbfb5e3f3a67656e26305a5e24982f0c26ec06.tar.zst
newsboat-e0cbfb5e3f3a67656e26305a5e24982f0c26ec06.zip
Merge pull request #1910 from newsboat/dependabot/cargo/once_cell-1.9.0
-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 0dd28b27..02e2d060 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -482,9 +482,9 @@ dependencies = [
[[package]]
name = "once_cell"
-version = "1.8.0"
+version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
+checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
[[package]]
name = "percent-encoding"
diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml
index 7e52b584..e02c49e6 100644
--- a/rust/libnewsboat/Cargo.toml
+++ b/rust/libnewsboat/Cargo.toml
@@ -10,7 +10,7 @@ regex-rs = { path="../regex-rs" }
chrono = "0.4"
fastrand = "1.5.0"
-once_cell = "1.8.0"
+once_cell = "1.9.0"
url = "2.2.2"
percent-encoding = "2.0.0"
xdg = "2.4.0"