Skip to content

Commit

Permalink
Bump rand from 0.8.5 to 0.9.0 in /native/wasmex (#715)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2025
1 parent 460066f commit 506d386
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 14 deletions.
107 changes: 94 additions & 13 deletions native/wasmex/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 native/wasmex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ crate-type = ["dylib"]
[dependencies]
rustler = { version = "0.35", features = ["big_integer", "serde"] }
once_cell = "1.20.2"
rand = "0.8.5"
rand = "0.9.0"
wasmtime = "28.0.0"
wasmtime-wasi = "28.0.0"
wasmtime-wasi-http = "28.0.0"
Expand Down

0 comments on commit 506d386

Please sign in to comment.