diff options
author | 2024-11-20 17:34:47 +0000 | |
---|---|---|
committer | 2024-11-20 17:34:47 +0000 | |
commit | a04d48a87168d2eb46e5ee44a642e37dd984d767 (patch) | |
tree | 34d996d1e3172539792af50c810a9abe780cb2af | |
parent | 1c4327f59e67d5734294b55b68e8a116fb8ce72e (diff) | |
parent | 40e0cd183e1ae91ef62b442cd83d76e3e63130ed (diff) | |
download | newsboat-a04d48a87168d2eb46e5ee44a642e37dd984d767.tar.gz newsboat-a04d48a87168d2eb46e5ee44a642e37dd984d767.tar.zst newsboat-a04d48a87168d2eb46e5ee44a642e37dd984d767.zip |
Merge pull request #2914 from newsboat/dependabot/cargo/fastrand-2.2.0
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | rust/libnewsboat/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -560,9 +560,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" +checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" [[package]] name = "fixedbitset" diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml index e5ad1f43..8ad25828 100644 --- a/rust/libnewsboat/Cargo.toml +++ b/rust/libnewsboat/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" strprintf = { path="../strprintf" } regex-rs = { path="../regex-rs" } -fastrand = "2.1.1" +fastrand = "2.2.0" url = "2.5.3" percent-encoding = "2.3.1" xdg = "2.5.2" |