From b2635e20c009a8ccec915eaceda70f7f71c0efbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 10:28:20 +0800 Subject: [PATCH] chore(deps): bump bytes from 1.7.1 to 1.7.2 (#2646) Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.7.1 to 1.7.2. - [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.7.1...v1.7.2) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-patch ... 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 635127e4b7..a54b2dfdc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1474,9 +1474,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.7.1" +version = "1.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" +checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" dependencies = [ "serde 1.0.210", ] diff --git a/Cargo.toml b/Cargo.toml index 6c3034621e..afd277e320 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,7 +148,7 @@ anyhow = "1.0.89" async-trait = "0" backtrace = "0.3" bcs = "0.1.3" -bytes = "1.7.1" +bytes = "1.7.2" bech32 = "0.11.0" better_any = "0.1.1" bitcoin = { version = "0.32.2", features = ["rand-std", "bitcoinconsensus"] }