From 9ad6a3dc97994d366c3da84c7fda07200c40aaba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 19:04:16 +0000 Subject: [PATCH] chore(deps): bump reth-libmdbx from v1.1.2 to v1.3.12 Bumps [reth-libmdbx](https://github.com/paradigmxyz/reth) from v1.1.2 to v1.3.12. - [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...6f8e7258f4733279080e4bd8345ce50538a40d6e) --- updated-dependencies: - dependency-name: reth-libmdbx dependency-version: 6f8e7258f4733279080e4bd8345ce50538a40d6e 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..a063ba5 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.12", git = "https://github.com/paradigmxyz/reth.git"} byteorder = "1.5.0" threadpool = "1.8.1" rayon = "1.10.0"