aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-11-20 16:33:41 +0000
committerGravatar GitHub <noreply@github.com> 2024-11-20 16:33:41 +0000
commit40e0cd183e1ae91ef62b442cd83d76e3e63130ed (patch)
treea858a80510d8ea9268f7d1032db50e3fe1bb4f25
parent0893e8777df62e3e3654229b3663c0b824102a03 (diff)
downloadnewsboat-40e0cd183e1ae91ef62b442cd83d76e3e63130ed.tar.gz
newsboat-40e0cd183e1ae91ef62b442cd83d76e3e63130ed.tar.zst
newsboat-40e0cd183e1ae91ef62b442cd83d76e3e63130ed.zip
Chore(deps): bump fastrand from 2.1.1 to 2.2.0
Bumps [fastrand](https://github.com/smol-rs/fastrand) from 2.1.1 to 2.2.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.1.1...v2.2.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 97c75733..e225d30e 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"