From 6f2ff4089ffdd0a96feb0afea72dee7684072949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 18:22:49 +0000 Subject: [PATCH] chore(deps): bump reth-libmdbx from v1.1.2 to v1.3.9 in /bench Bumps [reth-libmdbx](https://github.com/paradigmxyz/reth) from v1.1.2 to v1.3.9. - [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...00e5b6e01e3cf4c86cb3625f7aff52b81960d724) --- updated-dependencies: - dependency-name: reth-libmdbx dependency-version: 00e5b6e01e3cf4c86cb3625f7aff52b81960d724 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..0d187bf 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.9", git = "https://github.com/paradigmxyz/reth.git"} byteorder = "1.5.0" threadpool = "1.8.1" rayon = "1.10.0"