Skip to content

Commit

Permalink
Bump fastrand from 2.1.1 to 2.2.0
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 13a82e4 commit b195a7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -84,7 +84,7 @@ regex = "1"
# setrlimit for setting unlimited stack for the checker in the fuzzer
rlimit = "0.10"
# Geenrating random numbers (the seed in find-bad-case tool)
fastrand = "2.0"
fastrand = "2.2"
# Curses UI
ratatui = { version = "0.28", default-features = false, features = ["termion"] }

Expand Down

0 comments on commit b195a7c

Please sign in to comment.