From 6cfd9f016ca0f6f7fc5c83510210d81321212c5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 09:24:05 +0000 Subject: [PATCH] chore(deps): bump assertables from 9.9.0 to 10.0.0 in /native Bumps [assertables](https://github.com/assertables/assertables-rust-crate) from 9.9.0 to 10.0.0. - [Changelog](https://github.com/assertables/assertables-rust-crate/blob/main/CHANGES.md) - [Commits](https://github.com/assertables/assertables-rust-crate/compare/9.9.0...10.0.0) --- updated-dependencies: - dependency-name: assertables dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- native/Cargo.lock | 4 ++-- native/core/Cargo.toml | 2 +- native/jni-bridge/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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"