Skip to content

Commit

Permalink
Bump fastrand from 1.9.0 to 2.0.1
Browse files Browse the repository at this point in the history
Bumps [fastrand](https://github.com/smol-rs/fastrand) from 1.9.0 to 2.0.1.
- [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.9.0...v2.0.1)

---
updated-dependencies:
- dependency-name: fastrand
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent a1b03a4 commit d64a104
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 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 crates/apis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ text_encoding = []

[dependencies]
anyhow = { workspace = true }
fastrand = { version = "1.9.0", optional = true }
fastrand = { version = "2.0.1", optional = true }
javy = { workspace = true }

0 comments on commit d64a104

Please sign in to comment.