From 0e1b468f43838f69116866bd52516cf2179ccbce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:53:35 +0000 Subject: [PATCH] Update dbutils requirement from 0.6 to 0.8 --- 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 85ed467..d73b31b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ tracing = ["dep:tracing", "dbutils/tracing"] [dependencies] among = { version = "0.1", default-features = false, features = ["either"] } bitflags = { version = "2", default-features = false } -dbutils = { version = "0.6", default-features = false, features = ["crc32fast"] } +dbutils = { version = "0.8", default-features = false, features = ["crc32fast"] } ref-cast = "1" rarena-allocator = { version = "0.4", default-features = false, features = ["memmap"] } crossbeam-skiplist = { version = "0.1", default-features = false, package = "crossbeam-skiplist-pr1132" }