diff --git a/src/storage/Cargo.toml b/src/storage/Cargo.toml index c1127c01..c61922b6 100644 --- a/src/storage/Cargo.toml +++ b/src/storage/Cargo.toml @@ -24,7 +24,7 @@ byteorder = "1.4.3" serde_json ={workspace=true} serde = { version = "1.0", features = ["derive"] } bson = "2.5.0" -itertools = "0.10.5" +itertools = "0.12.1" ed = "0.3.0" libmdbx = "0.3.3" rocksdb = { version = "0.18.0"}