From 071c2c1af80c8dd3de7cad1815c9cc4ee85f39f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:29:11 +0000 Subject: [PATCH] Bump bytemuck from 1.19.0 to 1.20.0 Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.19.0 to 1.20.0. - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.19.0...v1.20.0) --- updated-dependencies: - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44cabe2..7a41fbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,9 +149,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "bytemuck" -version = "1.19.0" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d" +checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a" [[package]] name = "cfg-if" diff --git a/Cargo.toml b/Cargo.toml index 1dcf89b..70dc25e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" anyhow = { version = "^1.0", default-features = false } async-recursion = { version = "^1.0", default-features = false } async-trait = { version = "^0.1", default-features = false } -bytemuck = { version = "^1.19", default-features = false, features = ["extern_crate_alloc"] } +bytemuck = { version = "^1.20", default-features = false, features = ["extern_crate_alloc"] } dyn-clone = { version = "^1.0", default-features = false } nom = { version = "^7.1", default-features = false, features = ["alloc"] } parking_lot = { version = "^0.12", default-features = false }