From 72ff326b534e8a6691fd07f70f8cb515b7b53def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 17:09:40 +0000 Subject: [PATCH] Bump bytemuck from 1.12.3 to 1.13.0 (#3470) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 94f5a75c94..a0666f67f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -215,18 +215,18 @@ checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba" [[package]] name = "bytemuck" -version = "1.12.3" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aaa3a8d9a1ca92e282c96a32d6511b695d7d994d1d102ba85d279f9b2756947f" +checksum = "c041d3eab048880cb0b86b256447da3f18859a163c3b8d8893f4e6368abe6393" dependencies = [ "bytemuck_derive", ] [[package]] name = "bytemuck_derive" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fe233b960f12f8007e3db2d136e3cb1c291bfd7396e384ee76025fc1a3932b4" +checksum = "1aca418a974d83d40a0c1f0c5cba6ff4bc28d8df099109ca459a2118d40b6322" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 3d4f024312..6cc18d48bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ arrayvec = "0.7" async-executor = "1.0" bitflags = "1" bit-vec = "0.6" -bytemuck = "1.4" +bytemuck = "1.13" cargo-run-wasm = "0.3.0" cfg_aliases = "0.1" cfg-if = "1"