Skip to content

Commit

Permalink
Bump fastrand from 2.1.1 to 2.2.0 (#1398)
Browse files Browse the repository at this point in the history
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](smol-rs/fastrand@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 6eb4f2d commit 7ab81da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async-session = "3.0.0"
base64 = "0.22.1"
console-subscriber = "0.4.1"
email_address = "0.2.9"
fastrand = "2.1.1"
fastrand = "2.2.0"
futures-lite = "2.5.0"
git-version = "0.3.9"
janus_messages = "0.7.41"
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ num-rational = "0.4.2"

[dev-dependencies]
divviup-api.workspace = true
fastrand = "2.1.1"
fastrand = "2.2.0"
futures-lite = "2.5.0"
test-support.workspace = true
trillium = "0.2.20"
Expand Down
2 changes: 1 addition & 1 deletion test-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
fastrand = "2.1.1"
fastrand = "2.2.0"
time = "0.3.36"
trillium = "0.2.20"
trillium-macros = "0.0.6"
Expand Down

0 comments on commit 7ab81da

Please sign in to comment.