summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-09-25 15:24:10 +0000
committerGravatar GitHub <noreply@github.com> 2022-09-25 15:24:10 +0000
commit6452bca9694e4ad77fc4fd2c0b23690786a9894d (patch)
tree6677c2eae2ebdd8c27b1512562926d8f6dc46f1e
parent6ee24451a3f27acc62ea120cd77cbb8bf5666e52 (diff)
parent55e91bdc8eec4f68fe4c47708b68b136b70d5216 (diff)
downloadnewsboat-6452bca9694e4ad77fc4fd2c0b23690786a9894d.tar.gz
newsboat-6452bca9694e4ad77fc4fd2c0b23690786a9894d.tar.zst
newsboat-6452bca9694e4ad77fc4fd2c0b23690786a9894d.zip
Merge pull request #2199 from newsboat/dependabot/cargo/once_cell-1.15.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 516a5c50..b5a61e1b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -527,9 +527,9 @@ dependencies = [
[[package]]
name = "once_cell"
-version = "1.14.0"
+version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
+checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
[[package]]
name = "percent-encoding"
diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml
index 497706db..8ec27b59 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.8.0"
-once_cell = "1.14.0"
+once_cell = "1.15.0"
url = "2.3.1"
percent-encoding = "2.2.0"
xdg = "2.4.1"