From fd5f16a3f00e59d3ea58e6f40c3ac7d920af1e09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 21:42:12 +0000 Subject: [PATCH] Update zerocopy requirement from =0.8.0-alpha.5 to =0.8.0-alpha.6 Updates the requirements on [zerocopy](https://github.com/google/zerocopy) to permit the latest version. - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/zerocopy/compare/v0.8.0-alpha.5...v0.8.0-alpha.6) --- updated-dependencies: - dependency-name: zerocopy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- rand_core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1d8cfbe057..0183ff18b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ rand_core = { path = "rand_core", version = "=0.9.0-alpha.0", default-features = log = { version = "0.4.4", optional = true } serde = { version = "1.0.103", features = ["derive"], optional = true } rand_chacha = { path = "rand_chacha", version = "=0.9.0-alpha.0", default-features = false, optional = true } -zerocopy = { version = "=0.8.0-alpha.5", default-features = false, features = ["simd"] } +zerocopy = { version = "=0.8.0-alpha.6", default-features = false, features = ["simd"] } [target.'cfg(unix)'.dependencies] # Used for fork protection (reseeding.rs) diff --git a/rand_core/Cargo.toml b/rand_core/Cargo.toml index 28845f3d66..624f182d5a 100644 --- a/rand_core/Cargo.toml +++ b/rand_core/Cargo.toml @@ -32,4 +32,4 @@ serde1 = ["serde"] # enables serde for BlockRng wrapper [dependencies] serde = { version = "1", features = ["derive"], optional = true } getrandom = { version = "0.2", optional = true } -zerocopy = { version = "=0.8.0-alpha.5", default-features = false } +zerocopy = { version = "=0.8.0-alpha.6", default-features = false }