diff --git a/src/storage/Cargo.toml b/src/storage/Cargo.toml index c1127c01..8a5b8798 100644 --- a/src/storage/Cargo.toml +++ b/src/storage/Cargo.toml @@ -26,7 +26,7 @@ serde = { version = "1.0", features = ["derive"] } bson = "2.5.0" itertools = "0.10.5" ed = "0.3.0" -libmdbx = "0.3.3" +libmdbx = "0.5.0" rocksdb = { version = "0.18.0"} timer = "0.2.0" arweave-rs = {workspace=true}