From e621cc131e3004aad2f17df9b04a323f89810036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 21:43:36 +0800 Subject: [PATCH] chore(deps): bump bytes from 1.9.0 to 1.10.0 (#3260) Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17d1a51a90..0d52b8a5c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1651,9 +1651,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" +checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9" dependencies = [ "serde 1.0.216", ] diff --git a/Cargo.toml b/Cargo.toml index a292e7a311..88f04d0752 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -160,7 +160,7 @@ anyhow = "1.0.76" async-trait = "0" backtrace = "0.3" bcs = "0.1.3" -bytes = "1.9.0" +bytes = "1.10.0" bech32 = "0.11.0" better_any = "0.1.1" bitcoin = { version = "0.32.3", features = ["rand-std", "bitcoinconsensus"] }