diff --git a/Cargo.toml b/Cargo.toml index a3f521a725c9..1581c115f505 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ async-trait = "0.1.73" bigdecimal = "0.4.7" bytes = "1.4" chrono = { version = "0.4.38", default-features = false } -ctor = "0.2.0" +ctor = "0.2.9" dashmap = "6.0.1" datafusion = { path = "datafusion/core", version = "44.0.0", default-features = false } datafusion-catalog = { path = "datafusion/catalog", version = "44.0.0" } diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml index ec4a58fab346..8754612bfb11 100644 --- a/datafusion-cli/Cargo.toml +++ b/datafusion-cli/Cargo.toml @@ -66,7 +66,7 @@ url = "2.5.4" [dev-dependencies] assert_cmd = "2.0" -ctor = "0.2.0" +ctor = "0.2.9" predicates = "3.0" rstest = "0.22"