From cb451b4373ae83378c397f35eeca1bc126b4cdcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 14:24:31 +0000 Subject: [PATCH] Update BenchmarkTools requirement to 1.8.0 Updates the requirements on [BenchmarkTools](https://github.com/JuliaCI/BenchmarkTools.jl) to permit the latest version. - [Release notes](https://github.com/JuliaCI/BenchmarkTools.jl/releases) - [Commits](https://github.com/JuliaCI/BenchmarkTools.jl/compare/v0.0.1...v1.8.0) --- updated-dependencies: - dependency-name: BenchmarkTools dependency-version: 1.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Project.toml b/test/Project.toml index 2f9f71c..12da218 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -2,3 +2,6 @@ BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" LMDB = "11f193de-5e89-5f17-923a-7d207d56daf9" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[compat] +BenchmarkTools = "1.8.0"