diff options
author | 2022-09-25 15:24:10 +0000 | |
---|---|---|
committer | 2022-09-25 15:24:10 +0000 | |
commit | 6452bca9694e4ad77fc4fd2c0b23690786a9894d (patch) | |
tree | 6677c2eae2ebdd8c27b1512562926d8f6dc46f1e /rust/libnewsboat/Cargo.toml | |
parent | 6ee24451a3f27acc62ea120cd77cbb8bf5666e52 (diff) | |
parent | 55e91bdc8eec4f68fe4c47708b68b136b70d5216 (diff) | |
download | newsboat-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.toml | 2 |
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" |