diff --git a/Cargo.lock b/Cargo.lock index 2c466285bf..070cf7d978 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,9 +183,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c" +checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" dependencies = [ "serde", ] diff --git a/bins/revm-test/Cargo.toml b/bins/revm-test/Cargo.toml index 5ac4fa7768..cc6b41d98c 100644 --- a/bins/revm-test/Cargo.toml +++ b/bins/revm-test/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bytes = "1.1" +bytes = "1.4" hex = "0.4" revm = { path = "../../crates/revm", version = "3.0.0" } microbench = "0.5" diff --git a/bins/revme/Cargo.toml b/bins/revme/Cargo.toml index 1c29e36e07..46512728c5 100644 --- a/bins/revme/Cargo.toml +++ b/bins/revme/Cargo.toml @@ -10,7 +10,7 @@ version = "0.2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bytes = "1.1" +bytes = "1.4" hash-db = "0.15" hashbrown = "0.13" hex = "0.4" diff --git a/crates/primitives/Cargo.toml b/crates/primitives/Cargo.toml index 4941e9f792..f9b4199123 100644 --- a/crates/primitives/Cargo.toml +++ b/crates/primitives/Cargo.toml @@ -10,7 +10,7 @@ version = "1.0.0" readme = "../../README.md" [dependencies] -bytes = { version = "1.3", default-features = false } +bytes = { version = "1.4", default-features = false } hashbrown = { version = "0.13" } hex = { version = "0.4", default-features = false } rlp = { version = "0.5", default-features = false } # used for create2 address calculation