diff --git a/Cargo.lock b/Cargo.lock index 6a7c1a6..38806e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1713,9 +1713,9 @@ checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" [[package]] name = "bytes" -version = "1.7.1" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "bytestring" diff --git a/light-client/Cargo.toml b/light-client/Cargo.toml index b86eecf..c5d7b36 100644 --- a/light-client/Cargo.toml +++ b/light-client/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" lightfx = { path = "../lightfx" } async-trait = "0.1.57" -bytes = "1.5.0" +bytes = "1.11.1" chrono = "0.4.31" futures-util = "0.3.28" itertools = "0.12.0"