summaryrefslogtreecommitdiff
path: root/rust/libnewsboat/Cargo.toml
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 /rust/libnewsboat/Cargo.toml
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
Diffstat (limited to 'rust/libnewsboat/Cargo.toml')
-rw-r--r--rust/libnewsboat/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"