summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-29 06:21:08 +0000
committerGitHub <noreply@github.com>2024-04-29 06:21:08 +0000
commita71196d740d29ee872ce327419d8bce15970a19f (patch)
treea4eccca1eee96c79938d17f56efbd5dc4267805b
parent73d2ac286fa1907a5490f2e5b5cfba7ff758ab4e (diff)
Chore(deps): bump fastrand from 2.0.2 to 2.1.0dependabot/cargo/fastrand-2.1.0
Bumps [fastrand](https://github.com/smol-rs/fastrand) from 2.0.2 to 2.1.0. - [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.2...v2.1.0) --- updated-dependencies: - dependency-name: fastrand dependency-type: direct:production update-type: version-update:semver-minor ... 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 c363c7b1..9ac39a49 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -210,9 +210,9 @@ dependencies = [
[[package]]
name = "fastrand"
-version = "2.0.2"
+version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
+checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
[[package]]
name = "fnv"
diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml
index f6dd9189..e477211c 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.2"
+fastrand = "2.1.0"
url = "2.5.0"
percent-encoding = "2.3.1"
xdg = "2.5.2"