diff --git a/native/Cargo.lock b/native/Cargo.lock index a02b95819c..6f9d346e28 100644 --- a/native/Cargo.lock +++ b/native/Cargo.lock @@ -460,9 +460,9 @@ checksum = "b0f477b951e452a0b6b4a10b53ccd569042d1d01729b519e02074a9c0958a063" [[package]] name = "assertables" -version = "9.9.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "627b0b35c347252505ec6c078827dfcecc4e9dcfa931c54c54066f9245ac752b" +checksum = "4b3cadd448c7cd878da49dac40adcd0f7248d2911afe5102267f68c352d87882" dependencies = [ "regex", "walkdir", diff --git a/native/core/Cargo.toml b/native/core/Cargo.toml index 0d3b084ba3..cba4832c0e 100644 --- a/native/core/Cargo.toml +++ b/native/core/Cargo.toml @@ -90,7 +90,7 @@ pprof = { version = "0.15", features = ["flamegraph"] } criterion = { version = "0.7", features = ["async", "async_tokio", "async_std"] } jni = { version = "0.22.4", features = ["invocation"] } lazy_static = "1.4" -assertables = "9" +assertables = "10" hex = "0.4.3" datafusion-functions-nested = { version = "53.1.0" } diff --git a/native/jni-bridge/Cargo.toml b/native/jni-bridge/Cargo.toml index a0ef4a73c8..87e87bcc2b 100644 --- a/native/jni-bridge/Cargo.toml +++ b/native/jni-bridge/Cargo.toml @@ -43,4 +43,4 @@ datafusion-comet-common = { workspace = true } [dev-dependencies] jni = { version = "0.22.4", features = ["invocation"] } -assertables = "9" +assertables = "10"