diff options
author | 2021-12-20 12:58:53 +0000 | |
---|---|---|
committer | 2021-12-20 12:58:53 +0000 | |
commit | f348ca85d9d103f1d8e6f34de23fb98b96f601c5 (patch) | |
tree | 66205ca03b1ab3c4c7201d4c3ba1b7280754a5f0 | |
parent | 5c420d940bb20138f5e4d6e9259f1943fe61e7df (diff) | |
parent | 2f2f25880d4f4daf371f140e2d7ee507a4555696 (diff) | |
download | newsboat-f348ca85d9d103f1d8e6f34de23fb98b96f601c5.tar.gz newsboat-f348ca85d9d103f1d8e6f34de23fb98b96f601c5.tar.zst newsboat-f348ca85d9d103f1d8e6f34de23fb98b96f601c5.zip |
Merge pull request #1911 from newsboat/dependabot/cargo/fastrand-1.6.0
-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" |