diff options
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | rust/libnewsboat/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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" |