Skip to content

Commit

Permalink
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 64f3363 commit 8a15cd5
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 30 deletions.
62 changes: 33 additions & 29 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 @@ rust-sasa = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
pdbtbx = "0.12"
rand = "0.8"
rand = "0.9"
kd-tree = "0.6.0"
clap = { version = "4.5", features = ["derive"] }
nalgebra = "0.33"
Expand Down

0 comments on commit 8a15cd5

Please sign in to comment.