From f69a424f5c463a351bef79ef49d639f625a976b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 20:57:20 +0000 Subject: [PATCH] Bump serde_bytes from 0.11.16 to 0.11.17 Bumps [serde_bytes](https://github.com/serde-rs/bytes) from 0.11.16 to 0.11.17. - [Release notes](https://github.com/serde-rs/bytes/releases) - [Commits](https://github.com/serde-rs/bytes/compare/0.11.16...0.11.17) --- updated-dependencies: - dependency-name: serde_bytes dependency-type: direct:production update-type: version-update:semver-patch ... 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 2ab7ac1..4c69a87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -206,9 +206,9 @@ dependencies = [ [[package]] name = "serde_bytes" -version = "0.11.16" +version = "0.11.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "364fec0df39c49a083c9a8a18a23a6bcfd9af130fe9fe321d18520a0d113e09e" +checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index db21ccb..519323b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ once_cell = { version = "1", default-features = false, features = ["race"] } pyo3 = { version = "^0.23.5", default-features = false, features = ["extension-module"] } rmp = { version = "^0.8.14", default-features = false, features = ["std"] } serde = { version = "1", default-features = false } -serde_bytes = { version = "0.11.16", default-features = false, features = ["std"] } +serde_bytes = { version = "0.11.17", default-features = false, features = ["std"] } simdutf8 = { version = "0.1.5", default-features = false, features = ["std"] } smallvec = { version = "^1.13", default-features = false, features = ["union", "write"] }