From 4df9944ac607623bf43a4468c0a9a44a9b8404a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 18:49:35 +0000 Subject: [PATCH] chore(deps): 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 b408f3d62f..fac9d5b4df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11881,9 +11881,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 1.0.218", ] diff --git a/Cargo.toml b/Cargo.toml index b562e50e14..6a56aa7d18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -205,7 +205,7 @@ rand_core = { version = "0.9.3", default-features = false } reqwest = { version = "0.12", features = ["json", "stream"] } schemars = { version = "0.8.22", features = ["either"] } serde = { version = "1.0.218", features = ["derive", "rc"] } -serde_bytes = "0.11.16" +serde_bytes = "0.11.17" serde_json = { version = "1.0.140", features = ["preserve_order"] } serde_yaml = "0.9" serde_with = { version = "2.1.0", features = ["hex"] }