From c697ee550b0a309fd4f47a29ff09751409cd9e03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:24:40 +0000 Subject: [PATCH] Update dbutils requirement from 0.9 to 0.12 --- updated-dependencies: - dependency-name: dbutils 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 57b0f6a..9db1343 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ xxhash3 = ["dbutils/xxhash3"] tracing = ["dbutils/tracing"] [dependencies] -dbutils = { version = "0.9", default-features = false, features = ["crc32fast"] } +dbutils = { version = "0.12", default-features = false, features = ["crc32fast"] } rarena-allocator = { version = "0.4", default-features = false } viewit = "0.1.5"