From e68a5d23166ba202c701efcda3047bd03ca046c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 21:57:39 +0000 Subject: [PATCH] Bump the fuzz-dependencies group across 1 directory with 3 updates Updates the requirements on [getrandom](https://github.com/rust-random/getrandom), [rand](https://github.com/rust-random/rand) and [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. Updates `getrandom` to 0.2.15 - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.2.15...v0.2.15) 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](https://github.com/rust-random/rand/compare/0.8.5...0.8.5) Updates `itertools` to 0.13.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.13.0...v0.13.0) --- updated-dependencies: - dependency-name: getrandom dependency-type: direct:production dependency-group: fuzz-dependencies - dependency-name: rand dependency-type: direct:production dependency-group: fuzz-dependencies - dependency-name: itertools dependency-type: direct:production dependency-group: fuzz-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 85d0e475787..9b42129b08e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ comfy-table = "7.1.3" serde_repr = "0.1.19" bus = "2.4.1" wasm-bindgen = { version = "0.2.97", default-features = false } -getrandom = { version = "0.2.15", default-features = false } +getrandom = { version = "0.3.1", default-features = false } console_error_panic_hook = "0.1.7" wasm-bindgen-test = "0.3.47" smol = "2.0.2" @@ -98,14 +98,14 @@ measureme = "12.0.0" # TODO: when moving past 1.84, remove dependency to sptr and use `.addr()` directly. sptr = "0.3.2" paste = "1.0" -rand = "0.8.5" +rand = "0.9.0" num-integer = "0.1.46" ryu-js = "1.0.1" tap = "1.0.1" thiserror = { version = "2.0.11", default-features = false } dashmap = "6.1.0" num_enum = "0.7.3" -itertools = { version = "0.13.0", default-features = false } +itertools = { version = "0.14.0", default-features = false } portable-atomic = "1.10.0" bytemuck = { version = "1.21.0", default-features = false } arrayvec = "0.7.6"