From e1facd3be441d37bef6651df25dff9abb1b29227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 05:39:55 +0000 Subject: [PATCH] chore(deps): bump bytes from 1.8.0 to 1.9.0 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.8.0 to 1.9.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.8.0...v1.9.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... 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 df84034c6e0..a44e2e5c140 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1036,9 +1036,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" +checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "bzip2-sys" diff --git a/Cargo.toml b/Cargo.toml index 6685c66c543..d5aa529320a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ bitcoin = { version = "0.32.4", features = ["serde"] } bitcoincore-rpc = "0.19.0" bitcoin_hashes = "0.14.0" bls12_381 = "0.8.0" -bytes = "1.8.0" +bytes = "1.9.0" clap = { version = "4.5.21", features = ["derive", "env"] } cln-rpc = { package = "fedimint-cln-rpc", version = "0.5.0" } criterion = "0.5.1"