diff --git a/Cargo.toml b/Cargo.toml index f87205f0d067..6dd434abc87c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ bigdecimal = "=0.4.1" bytes = "1.4" chrono = { version = "0.4.34", default-features = false } ctor = "0.2.0" -dashmap = "5.5.0" +dashmap = "6.0.1" datafusion = { path = "datafusion/core", version = "40.0.0", default-features = false } datafusion-common = { path = "datafusion/common", version = "40.0.0", default-features = false } datafusion-common-runtime = { path = "datafusion/common-runtime", version = "40.0.0" }