aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-11-20 17:34:47 +0000
committerGravatar GitHub <noreply@github.com> 2024-11-20 17:34:47 +0000
commita04d48a87168d2eb46e5ee44a642e37dd984d767 (patch)
tree34d996d1e3172539792af50c810a9abe780cb2af
parent1c4327f59e67d5734294b55b68e8a116fb8ce72e (diff)
parent40e0cd183e1ae91ef62b442cd83d76e3e63130ed (diff)
downloadnewsboat-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.lock4
-rw-r--r--rust/libnewsboat/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ae11708d..fd1a1f31 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"