summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-25 20:24:44 +0000
committerGitHub <noreply@github.com>2024-03-25 20:24:44 +0000
commit4edd394f48cd658f7a37b6bbefd518f7577ba1ca (patch)
treee03021160ec203fbc71fc4335fcd79d54f6bdf9a
parent5e71f20e236f939610acccc047e64dceb902f689 (diff)
parente05684e77a98bdc4cb33058144b26e5b3a1da27c (diff)
Merge pull request #2720 from newsboat/dependabot/cargo/fastrand-2.0.2
-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 f4076376..6ceb95fc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -210,9 +210,9 @@ dependencies = [
[[package]]
name = "fastrand"
-version = "2.0.1"
+version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
+checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
[[package]]
name = "fnv"
diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml
index 20782a41..f6dd9189 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.0.0"
+fastrand = "2.0.2"
url = "2.5.0"
percent-encoding = "2.3.1"
xdg = "2.5.2"