From d74f9e40a3af99b51aed1e3e000e0f6370752090 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 21:22:48 +0000 Subject: [PATCH] build(rust): bump bytemuck from 1.16.3 to 1.17.0 Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.16.3 to 1.17.0. - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.16.3...v1.17.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 6b6b8fc..20412e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -820,9 +820,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "bytemuck" -version = "1.16.3" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "102087e286b4677862ea56cf8fc58bb2cdfa8725c40ffb80fe3a008eb7f2fc83" +checksum = "6fd4c6dcc3b0aea2f5c0b4b82c2b15fe39ddbc76041a310848f4706edf76bb31" dependencies = [ "bytemuck_derive", ] diff --git a/Cargo.toml b/Cargo.toml index 44ba246..40ef99b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ atomic-waker = "1" avro-schema = { version = "0.3" } base64 = "0.22.0" bitflags = "2" -bytemuck = { version = "1.11", features = ["derive", "extern_crate_alloc"] } +bytemuck = { version = "1.17", features = ["derive", "extern_crate_alloc"] } bytes = { version = "1.7" } chrono = { version = "0.4.31", default-features = false, features = ["std"] } chrono-tz = "0.8.1"