Skip to content

Commit

Permalink
Update fastrand requirement from 1.8.0 to 2.0.0 (#584)
Browse files Browse the repository at this point in the history
Updates the requirements on [fastrand](https://github.com/smol-rs/fastrand) to permit the latest version.
- [Release notes](https://github.com/smol-rs/fastrand/releases)
- [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md)
- [Commits](smol-rs/fastrand@v1.8.0...v2.0.0)

---
updated-dependencies:
- dependency-name: fastrand
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 22, 2023
1 parent 98311e5 commit 887344a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poem-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ serde = { workspace = true, optional = true }
serde_json = { workspace = true, optional = true }
rustls.workspace = true
thiserror.workspace = true
fastrand = "1.8.0"
fastrand = "2.0.0"

[build-dependencies]
poem-grpc-build.workspace = true
Expand Down

0 comments on commit 887344a

Please sign in to comment.