From cc8d9f928706de14fe9d69093039c0152a0d5235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 20:08:11 +0000 Subject: [PATCH] chore(deps): bump reth-libmdbx from v1.1.2 to v1.3.7 Bumps [reth-libmdbx](https://github.com/paradigmxyz/reth) from v1.1.2 to v1.3.7. - [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...ed7da87da4de340a437bf46f39a7e1397ac82065) --- updated-dependencies: - dependency-name: reth-libmdbx dependency-version: ed7da87da4de340a437bf46f39a7e1397ac82065 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..7bd5f1d 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.7", git = "https://github.com/paradigmxyz/reth.git"} byteorder = "1.5.0" threadpool = "1.8.1" rayon = "1.10.0"