From d496aeafc8634097302a60be697b1301b409a690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 05:39:20 +0000 Subject: [PATCH] Update ctor requirement from 0.2.0 to 0.4.1 --- updated-dependencies: - dependency-name: ctor 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 877cead93673..53ca6cd6b0a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ async-trait = "0.1.73" bigdecimal = "=0.4.1" bytes = "1.4" chrono = { version = "0.4.34", default-features = false } -ctor = "0.2.0" +ctor = "0.4.1" dashmap = "6.0.1" datafusion = { path = "datafusion/core", version = "41.0.0", default-features = false } datafusion-catalog = { path = "datafusion/catalog", version = "41.0.0" }