Skip to content

chore(deps): bump the rust-dependencies group across 1 directory with 5 updates#358

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust-dependencies-f9b9adb3c0
Closed

chore(deps): bump the rust-dependencies group across 1 directory with 5 updates#358
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust-dependencies-f9b9adb3c0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Updates the requirements on rand, rand_distr, wasmtime, wasmtime-wasi and wasmtime-wasi-io to permit the latest version.
Updates rand to 0.8.5

Changelog

Sourced from rand's changelog.

[0.8.5] - 2021-08-20

Fixes

  • Fix build on non-32/64-bit architectures (#1144)
  • Fix "min_const_gen" feature for no_std (#1173)
  • Check libc::pthread_atfork return value with panic on error (#1178)
  • More robust reseeding in case ReseedingRng is used from a fork handler (#1178)
  • Fix nightly: remove unused slice_partition_at_index feature (#1215)
  • Fix nightly + simd_support: update packed_simd (#1216)

Rngs

  • StdRng: Switch from HC128 to ChaCha12 on emscripten (#1142). We now use ChaCha12 on all platforms.

Documentation

  • Added docs about rand's use of const generics (#1150)
  • Better random chars example (#1157)

[0.8.4] - 2021-06-15

Additions

  • Use const-generics to support arrays of all sizes (#1104)
  • Implement Clone and Copy for Alphanumeric (#1126)
  • Add Distribution::map to derive a distribution using a closure (#1129)
  • Add Slice distribution (#1107)
  • Add DistString trait with impls for Standard and Alphanumeric (#1133)

Other

  • Reorder asserts in Uniform float distributions for easier debugging of non-finite arguments (#1094, #1108)
  • Add range overflow check in Uniform float distributions (#1108)
  • Deprecate rngs::adapter::ReadRng (#1130)

[0.8.3] - 2021-01-25

Fixes

  • Fix no-std + alloc build by gating choose_multiple_weighted on std (#1088)

[0.8.2] - 2021-01-12

Fixes

  • Fix panic in UniformInt::sample_single_inclusive and Rng::gen_range when providing a full integer range (eg 0..=MAX) (#1087)

[0.8.1] - 2020-12-31

Other

  • Enable all stable features in the playground (#1081)

[0.8.0] - 2020-12-18

Platform support

  • The minimum supported Rust version is now 1.36 (#1011)
  • getrandom updated to v0.2 (#1041)
  • Remove wasm-bindgen and stdweb feature flags. For details of WASM support,

... (truncated)

Commits

Updates rand_distr to 0.5.1

Release notes

Sourced from rand_distr's releases.

0.5.1

What's Changed

New Contributors

Full Changelog: rust-random/rand_distr@0.5.0...0.5.1

Changelog

Sourced from rand_distr's changelog.

[0.5.1]

Testing

  • Added building the crate to CI

Fixes

  • Fix missing import for no_std builds

[0.5.0] - 2025-01-27

Dependencies and features

  • Bump the MSRV to 1.61.0 (#1207, #1246, #1269, #1341, #1416); note that 1.60.0 may work for dependents when using --ignore-rust-version
  • Update to rand v0.9.0 (#1558)
  • Rename feature serde1 to serde (#1477)

API changes

  • Make distributions comparable with PartialEq (#1218)
  • Dirichlet now uses const generics, which means that its size is required at compile time (#1292)
  • The Dirichlet::new_with_size constructor was removed (#1292)
  • Add WeightedIndexTree (#1372, #1444)
  • Add PertBuilder to allow specification of mean or mode (#1452)
  • Rename Zeta's parameter a to s (#1466)
  • Mark WeightError, PoissonError, BinomialError as #[non_exhaustive] (#1480)
  • Remove support for usage of isize as a WeightedAliasIndex weight (#1487)
  • Change parameter type of Zipf::new: n is now floating-point (#1518)

API changes: renames

  • Move Slice -> slice::Choose, EmptySlice -> slice::Empty (#1548)
  • Rename trait DistString -> SampleString (#1548)
  • Rename DistIter -> Iter, DistMap -> Map (#1548)
  • Move {Weight, WeightError, WeightedIndex} -> weighted::{Weight, Error, WeightedIndex} (#1548)
  • Move weighted_alias::{AliasableWeight, WeightedAliasIndex} -> weighted::{..} (#1548)
  • Move weighted_tree::WeightedTreeIndex -> weighted::WeightedTreeIndex (#1548)

Testing

Fixes

  • Fix Knuth's method so Poisson doesn't return -1.0 for small lambda (#1284)
  • Fix Poisson distribution instantiation so it return an error if lambda is infinite (#1291)
  • Fix Dirichlet sample for small alpha values to avoid NaN samples (#1209)
  • Fix infinite loop in Binomial distribution (#1325)
  • Fix Pert distribution where mode is close to (min + max) / 2 (#1452)
  • Fix panic in Binomial (#1484)
  • Limit the maximal acceptable lambda for Poisson to solve (#1312) (#1498)
  • Fix bug in Hypergeometric, this is a Value-breaking change (#1510)

Other changes

  • Remove unused fields from Gamma, NormalInverseGaussian and Zipf distributions (#1184) This breaks serialization compatibility with older versions.

... (truncated)

Commits

Updates wasmtime to 37.0.0

Release notes

Sourced from wasmtime's releases.

v37.0.0

37.0.0

Released 2025-09-20.

Added

  • Wasmtime now fully implements the WebAssembly exception-handling proposal. Support is still disabled by default but is ready for testing. The proposal will be enabled by default in a future release of Wasmtime. #11326

  • An initial implementation of WASIp3 is available for the 0.3.0-rc-2025-08-15 tag made for the WASIp3 release. Note that this is not production ready yet but is an excellent time to start kicking the tires in preparation for an upcoming officialy WASIp3 0.3.0 release. Users of the CLI can opt-in with -Sp3 -Wcomponent-model-async. #11406 #11423 #11443

  • Wasmtime has initial support for the Linux PAGEMAP_SCAN ioctl which can greatly improve instantiation throughput in scenarios with a high number of instantiations and short instance lifetime. This support is disabled by default but will likely be enabled by default in a future release. #11372 #11433

  • GC support can now be configured in Config and not only through crate features through Config::gc_support. #11463

  • Wasmtime now supports reading metrics of the pooling allocator at runtime. #11490

  • The ManuallyRooted type is now replaced with OwnedRooted which is intended to make management of GC object lifetimes on the host easier. #11514

  • Wasmtime's documentation of the C++ embedding API and examples has been expanded. #11569

  • Wasmtime's support for the stack-switching WebAssembly proposal continues to progress on x86_64 Linux. #11003

Changed

  • The preview0 and preview1 modules and features in the wasmtime-wasi

... (truncated)

Changelog

Sourced from wasmtime's changelog.

37.0.0

Released 2025-09-20.

Added

  • Wasmtime now fully implements the WebAssembly exception-handling proposal. Support is still disabled by default but is ready for testing. The proposal will be enabled by default in a future release of Wasmtime. #11326

  • An initial implementation of WASIp3 is available for the 0.3.0-rc-2025-08-15 tag made for the WASIp3 release. Note that this is not production ready yet but is an excellent time to start kicking the tires in preparation for an upcoming officialy WASIp3 0.3.0 release. Users of the CLI can opt-in with -Sp3 -Wcomponent-model-async. #11406 #11423 #11443

  • Wasmtime has initial support for the Linux PAGEMAP_SCAN ioctl which can greatly improve instantiation throughput in scenarios with a high number of instantiations and short instance lifetime. This support is disabled by default but will likely be enabled by default in a future release. #11372 #11433

  • GC support can now be configured in Config and not only through crate features through Config::gc_support. #11463

  • Wasmtime now supports reading metrics of the pooling allocator at runtime. #11490

  • The ManuallyRooted type is now replaced with OwnedRooted which is intended to make management of GC object lifetimes on the host easier. #11514

  • Wasmtime's documentation of the C++ embedding API and examples has been expanded. #11569

  • Wasmtime's support for the stack-switching WebAssembly proposal continues to progress on x86_64 Linux. #11003

Changed

  • The preview0 and preview1 modules and features in the wasmtime-wasi crate are now called p0 and p1.

... (truncated)

Commits

Updates wasmtime-wasi to 37.0.0

Release notes

Sourced from wasmtime-wasi's releases.

v37.0.0

37.0.0

Released 2025-09-20.

Added

  • Wasmtime now fully implements the WebAssembly exception-handling proposal. Support is still disabled by default but is ready for testing. The proposal will be enabled by default in a future release of Wasmtime. #11326

  • An initial implementation of WASIp3 is available for the 0.3.0-rc-2025-08-15 tag made for the WASIp3 release. Note that this is not production ready yet but is an excellent time to start kicking the tires in preparation for an upcoming officialy WASIp3 0.3.0 release. Users of the CLI can opt-in with -Sp3 -Wcomponent-model-async. #11406 #11423 #11443

  • Wasmtime has initial support for the Linux PAGEMAP_SCAN ioctl which can greatly improve instantiation throughput in scenarios with a high number of instantiations and short instance lifetime. This support is disabled by default but will likely be enabled by default in a future release. #11372 #11433

  • GC support can now be configured in Config and not only through crate features through Config::gc_support. #11463

  • Wasmtime now supports reading metrics of the pooling allocator at runtime. #11490

  • The ManuallyRooted type is now replaced with OwnedRooted which is intended to make management of GC object lifetimes on the host easier. #11514

  • Wasmtime's documentation of the C++ embedding API and examples has been expanded. #11569

  • Wasmtime's support for the stack-switching WebAssembly proposal continues to progress on x86_64 Linux. #11003

Changed

  • The preview0 and preview1 modules and features in the wasmtime-wasi

... (truncated)

Changelog

Sourced from wasmtime-wasi's changelog.

37.0.0

Released 2025-09-20.

Added

  • Wasmtime now fully implements the WebAssembly exception-handling proposal. Support is still disabled by default but is ready for testing. The proposal will be enabled by default in a future release of Wasmtime. #11326

  • An initial implementation of WASIp3 is available for the 0.3.0-rc-2025-08-15 tag made for the WASIp3 release. Note that this is not production ready yet but is an excellent time to start kicking the tires in preparation for an upcoming officialy WASIp3 0.3.0 release. Users of the CLI can opt-in with -Sp3 -Wcomponent-model-async. #11406 #11423 #11443

  • Wasmtime has initial support for the Linux PAGEMAP_SCAN ioctl which can greatly improve instantiation throughput in scenarios with a high number of instantiations and short instance lifetime. This support is disabled by default but will likely be enabled by default in a future release. #11372 #11433

  • GC support can now be configured in Config and not only through crate features through Config::gc_support. #11463

  • Wasmtime now supports reading metrics of the pooling allocator at runtime. #11490

  • The ManuallyRooted type is now replaced with OwnedRooted which is intended to make management of GC object lifetimes on the host easier. #11514

  • Wasmtime's documentation of the C++ embedding API and examples has been expanded. #11569

  • Wasmtime's support for the stack-switching WebAssembly proposal continues to progress on x86_64 Linux. #11003

Changed

  • The preview0 and preview1 modules and features in the wasmtime-wasi crate are now called p0 and p1.

... (truncated)

Commits

Updates wasmtime-wasi-io to 37.0.0

Release notes

Sourced from wasmtime-wasi-io's releases.

v37.0.0

37.0.0

Released 2025-09-20.

Added

  • Wasmtime now fully implements the WebAssembly exception-handling proposal. Support is still disabled by default but is ready for testing. The proposal will be enabled by default in a future release of Wasmtime. #11326

  • An initial implementation of WASIp3 is available for the 0.3.0-rc-2025-08-15 tag made for the WASIp3 release. Note that this is not production ready yet but is an excellent time to start kicking the tires in preparation for an upcoming officialy WASIp3 0.3.0 release. Users of the CLI can opt-in with -Sp3 -Wcomponent-model-async. #11406 #11423 #11443

  • Wasmtime has initial support for the Linux PAGEMAP_SCAN ioctl which can greatly improve instantiation throughput in scenarios with a high number of instantiations and short instance lifetime. This support is disabled by default but will likely be enabled by default in a future release. #11372 #11433

  • GC support can now be configured in Config and not only through crate features through Config::gc_support. #11463

  • Wasmtime now supports reading metrics of the pooling allocator at runtime. #11490

  • The ManuallyRooted type is now replaced with OwnedRooted which is intended to make management of GC object lifetimes on the host easier. #11514

  • Wasmtime's documentation of the C++ embedding API and examples has been expanded. #11569

  • Wasmtime's support for the stack-switching WebAssembly proposal continues to progress on x86_64 Linux. #11003

Changed

  • The preview0 and preview1 modules and features in the wasmtime-wasi

... (truncated)

Changelog

Sourced from wasmtime-wasi-io's changelog.

37.0.0

Released 2025-09-20.

Added

  • Wasmtime now fully implements the WebAssembly exception-handling proposal. Support is still disabled by default but is ready for testing. The proposal will be enabled by default in a future release of Wasmtime. #11326

  • An initial implementation of WASIp3 is available for the 0.3.0-rc-2025-08-15 tag made for the WASIp3 release. Note that this is not production ready yet but is an excellent time to start kicking the tires in preparation for an upcoming officialy WASIp3 0.3.0 release. Users of the CLI can opt-in with -Sp3 -Wcomponent-model-async. #11406 #11423 #11443

  • Wasmtime has initial support for the Linux PAGEMAP_SCAN ioctl which can greatly improve instantiation throughput in scenarios with a high number of instantiations and short instance lifetime. This support is disabled by default but will likely be enabled by default in a future release. #11372 #11433

  • GC support can now be configured in Config and not only through crate features through Config::gc_support. #11463

  • Wasmtime now supports reading metrics of the pooling allocator at runtime. #11490

  • The ManuallyRooted type is now replaced with OwnedRooted which is intended to make management of GC object lifetimes on the host easier. #11514

  • Wasmtime's documentation of the C++ embedding API and examples has been expanded. #11569

  • Wasmtime's support for the stack-switching WebAssembly proposal continues to progress on x86_64 Linux. #11003

Changed

  • The preview0 and preview1 modules and features in the wasmtime-wasi crate are now called p0 and p1.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… 5 updates

Updates the requirements on [rand](https://github.com/rust-random/rand), [rand_distr](https://github.com/rust-random/rand_distr), [wasmtime](https://github.com/bytecodealliance/wasmtime), [wasmtime-wasi](https://github.com/bytecodealliance/wasmtime) and [wasmtime-wasi-io](https://github.com/bytecodealliance/wasmtime) to permit the latest version.

Updates `rand` to 0.8.5
- [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.8.5)

Updates `rand_distr` to 0.5.1
- [Release notes](https://github.com/rust-random/rand_distr/releases)
- [Changelog](https://github.com/rust-random/rand_distr/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand_distr@0.4.3...0.5.1)

Updates `wasmtime` to 37.0.0
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v37.0.0/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v36.0.0...v37.0.0)

Updates `wasmtime-wasi` to 37.0.0
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v37.0.0/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v36.0.0...v37.0.0)

Updates `wasmtime-wasi-io` to 37.0.0
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v37.0.0/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v36.0.0...v37.0.0)

---
updated-dependencies:
- dependency-name: rand
  dependency-version: 0.8.5
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: rand_distr
  dependency-version: 0.5.1
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: wasmtime
  dependency-version: 37.0.0
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: wasmtime-wasi
  dependency-version: 37.0.0
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: wasmtime-wasi-io
  dependency-version: 37.0.0
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 22, 2025
@sd2k
Copy link
Collaborator

sd2k commented Sep 23, 2025

No good yet, see #357 for more on the rand version bump progress

@sd2k sd2k closed this Sep 23, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 23, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/cargo/rust-dependencies-f9b9adb3c0 branch September 23, 2025 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments