Skip to content

Commit

Permalink
build(deps): bump rand from 0.8.5 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.0.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.8.5...0.9.0)

---
updated-dependencies:
- dependency-name: rand
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 2a5f872 commit 246b0bd
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 17 deletions.
101 changes: 85 additions & 16 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 harper-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ levenshtein_automata = { version = "0.2.1", features = ["fst_automaton"] }

[dev-dependencies]
criterion = { version = "0.5.1", default-features = false }
rand = "0.8.5"
rand = "0.9.0"
quickcheck = "1.0.3"
quickcheck_macros = "1.0.0"

Expand Down

0 comments on commit 246b0bd

Please sign in to comment.