From ceb53e543625b251b91b21dfc2ea440de19602cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:32:49 +0000 Subject: [PATCH] Update measure_time requirement from 0.8.2 to 0.9.0 --- updated-dependencies: - dependency-name: measure_time dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 68075af718..41058dcfb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ rayon = "1.5.2" lru = "0.12.0" fastdivide = "0.4.0" itertools = "0.13.0" -measure_time = "0.8.2" +measure_time = "0.9.0" arc-swap = "1.5.0" columnar = { version = "0.3", path = "./columnar", package = "tantivy-columnar" }