Skip to content

Commit

Permalink
Merge pull request #191 from edomora97/dependabot/cargo/fastrand-2.0.1
Browse files Browse the repository at this point in the history
Bump fastrand from 1.9.0 to 2.0.1
  • Loading branch information
dp1 authored Oct 23, 2023
2 parents 4d46505 + c794969 commit 09963f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 = "1.8"
fastrand = "2.0"
# Curses UI
tui = { version = "0.19", default-features = false, features = ["termion"] }

Expand Down

0 comments on commit 09963f1

Please sign in to comment.