From ddbd4bbb94966390f10649a0d645e5cdd733b46c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 19:17:08 +0000 Subject: [PATCH] chore(deps): bump reth-libmdbx from v1.1.2 to v1.3.4 Bumps [reth-libmdbx](https://github.com/paradigmxyz/reth) from v1.1.2 to v1.3.4. - [Release notes](https://github.com/paradigmxyz/reth/releases) - [Changelog](https://github.com/paradigmxyz/reth/blob/main/docs/release.md) - [Commits](https://github.com/paradigmxyz/reth/compare/v1.1.2...90c514ca818a36eb8cd36866156c26a4221e9c4a) --- updated-dependencies: - dependency-name: reth-libmdbx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bench/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/Cargo.toml b/bench/Cargo.toml index 8f1602c..db57c53 100644 --- a/bench/Cargo.toml +++ b/bench/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] qmdb = { path = "../qmdb" } -reth-libmdbx = { tag = "v1.1.2", git = "https://github.com/paradigmxyz/reth.git"} +reth-libmdbx = { tag = "v1.3.4", git = "https://github.com/paradigmxyz/reth.git"} byteorder = "1.5.0" threadpool = "1.8.1" rayon = "1.10.0"