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 Mar 1, 2025
1 parent e50c1bd commit a703d53
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 19 deletions.
87 changes: 69 additions & 18 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 @@ -21,7 +21,7 @@ chrono = "0.4.39"
crossterm = "0.28.1"
ratatui = "0.27.0"
rusqlite = {version = "0.32.1", features = ["bundled"]}
rand = "0.8.5"
rand = "0.9.0"
clap = "4.5.27"
pdf-extract = "0.8.0"
regex = "1.11.1"
Expand Down

0 comments on commit a703d53

Please sign in to comment.