From e6e760c8625b407f35f0ac5a8bd88d159120ee66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 05:09:23 +0000 Subject: [PATCH] Bump serde_bytes from 0.11.14 to 0.11.15 Bumps [serde_bytes](https://github.com/serde-rs/bytes) from 0.11.14 to 0.11.15. - [Release notes](https://github.com/serde-rs/bytes/releases) - [Commits](https://github.com/serde-rs/bytes/compare/0.11.14...0.11.15) --- 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 25c3199..b81ee9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -243,9 +243,9 @@ dependencies = [ [[package]] name = "serde_bytes" -version = "0.11.14" +version = "0.11.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734" +checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index df9204b..6412625 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ pyo3 = { version = "^0.22.0", default-features = false, features = ["extension-m rmp = { version = "^0.8.14", default-features = false, features = ["std"] } rmp-serde = { version = "1", default-features = false } serde = { version = "1", default-features = false } -serde_bytes = { version = "0.11.14", default-features = false, features = ["std"] } +serde_bytes = { version = "0.11.15", default-features = false, features = ["std"] } smallvec = { version = "^1.13", default-features = false, features = ["union", "write"] } [build-dependencies]