From 7777712b31ffdfb6cfd03e34b6769ca6a13ec355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:22:36 +0000 Subject: [PATCH] Update dbutils requirement from 0.9 to 0.10 --- 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 f8e8366..54cad91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,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.9", default-features = false, features = ["crc32fast"] } +dbutils = { version = "0.10", default-features = false, features = ["crc32fast"] } derive-where = "1" ref-cast = "1" rarena-allocator = { version = "0.4", default-features = false }