summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-25 06:09:39 +0000
committerGitHub <noreply@github.com>2024-03-25 06:09:39 +0000
commite05684e77a98bdc4cb33058144b26e5b3a1da27c (patch)
treee03021160ec203fbc71fc4335fcd79d54f6bdf9a
parent5e71f20e236f939610acccc047e64dceb902f689 (diff)
Chore(deps): bump fastrand from 2.0.1 to 2.0.2
Bumps [fastrand](https://github.com/smol-rs/fastrand) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/smol-rs/fastrand/releases) - [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/fastrand/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-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"