diff --git a/Cargo.lock b/Cargo.lock index e0dbc11147..7823359199 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6273,9 +6273,9 @@ dependencies = [ [[package]] name = "nybbles" -version = "0.4.7" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b5676b5c379cf5b03da1df2b3061c4a4e2aa691086a56ac923e08c143f53f59" +checksum = "0d49ff0c0d00d4a502b39df9af3a525e1efeb14b9dabb5bb83335284c1309210" dependencies = [ "alloy-rlp", "arbitrary", diff --git a/Cargo.toml b/Cargo.toml index b03211e6bf..21c4253eb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -562,7 +562,7 @@ linked_hash_set = "0.1" lz4 = "1.28.1" modular-bitfield = "0.13.1" notify = { version = "8.0.0", default-features = false, features = ["macos_fsevent"] } -nybbles = { version = "0.4.2", default-features = false } +nybbles = { version = "0.4.8", default-features = false } once_cell = { version = "1.19", default-features = false, features = ["critical-section"] } parking_lot = "0.12" paste = "1.0"