Skip to content

Commit

Permalink
Bump rand from 0.8.5 to 0.9.0 in /common
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 1, 2025
1 parent 8b3b8fa commit 5510ae3
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 15 deletions.
109 changes: 95 additions & 14 deletions common/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 common/ferrostar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ wasm_js = [
chrono = { version = "0.4.39", features = ["serde"] }
geo = "0.29.3"
polyline = "0.11.0"
rand = "0.8.5"
rand = "0.9.0"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = { version = "1.0.134", default-features = false }
serde-wasm-bindgen = { version = "0.6.5", optional = true }
Expand Down

0 comments on commit 5510ae3

Please sign in to comment.