From e776f26cf9c7e91583ddc2ed60bbbaf072825b54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 15:57:49 +0000 Subject: [PATCH] build(deps): update libmdbx requirement from 0.3.3 to 0.4.0 Updates the requirements on [libmdbx](https://github.com/vorot93/libmdbx-rs) to permit the latest version. - [Commits](https://github.com/vorot93/libmdbx-rs/commits/0.4.0) --- updated-dependencies: - dependency-name: libmdbx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/storage/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/Cargo.toml b/src/storage/Cargo.toml index ff02836c..347cc424 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.4.0" rocksdb = { version = "0.18.0"} timer = "0.2.0" arweave-rs = {workspace=true}