diff --git a/Cargo.lock b/Cargo.lock index 546eb9aae..6a9d67ef2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1633,9 +1633,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" dependencies = [ "serde 1.0.215", ] diff --git a/Cargo.toml b/Cargo.toml index bfa060bd9..48fd6b183 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -161,7 +161,7 @@ anyhow = "1.0.76" async-trait = "0" backtrace = "0.3" bcs = "0.1.3" -bytes = "1.8.0" +bytes = "1.9.0" bech32 = "0.11.0" better_any = "0.1.1" bitcoin = { version = "0.32.3", features = ["rand-std", "bitcoinconsensus"] }