diff --git a/Cargo.lock b/Cargo.lock index 7cde4b9bde20..46945539175f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1747,9 +1747,9 @@ dependencies = [ [[package]] name = "ctor" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4735f265ba6a1188052ca32d461028a7d1125868be18e287e756019da7607b5" +checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6" dependencies = [ "ctor-proc-macro", "dtor", @@ -1757,9 +1757,9 @@ dependencies = [ [[package]] name = "ctor-proc-macro" -version = "0.0.5" +version = "0.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d" +checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2" [[package]] name = "darling" diff --git a/Cargo.toml b/Cargo.toml index 65bcc4a1c0f1..f4f8e9d875dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ bigdecimal = "0.4.8" bytes = "1.10" chrono = { version = "0.4.41", default-features = false } criterion = "0.5.1" -ctor = "0.4.0" +ctor = "0.4.3" dashmap = "6.0.1" datafusion = { path = "datafusion/core", version = "49.0.0", default-features = false } datafusion-catalog = { path = "datafusion/catalog", version = "49.0.0" }