diff options
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | rust/libnewsboat/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -195,9 +195,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b394ed3d285a429378d3b384b9eb1285267e7df4b166df24b7a6939a04dc392e" +checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2" dependencies = [ "instant", ] diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml index e02c49e6..53f9640f 100644 --- a/rust/libnewsboat/Cargo.toml +++ b/rust/libnewsboat/Cargo.toml @@ -9,7 +9,7 @@ strprintf = { path="../strprintf" } regex-rs = { path="../regex-rs" } chrono = "0.4" -fastrand = "1.5.0" +fastrand = "1.6.0" once_cell = "1.9.0" url = "2.2.2" percent-encoding = "2.0.0" |