Skip to content

Commit 6cfd9f0

Browse files
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](assertables/assertables-rust-crate@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] <support@github.com>
1 parent 053080b commit 6cfd9f0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

native/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pprof = { version = "0.15", features = ["flamegraph"] }
9090
criterion = { version = "0.7", features = ["async", "async_tokio", "async_std"] }
9191
jni = { version = "0.22.4", features = ["invocation"] }
9292
lazy_static = "1.4"
93-
assertables = "9"
93+
assertables = "10"
9494
hex = "0.4.3"
9595
datafusion-functions-nested = { version = "53.1.0" }
9696

native/jni-bridge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ datafusion-comet-common = { workspace = true }
4343

4444
[dev-dependencies]
4545
jni = { version = "0.22.4", features = ["invocation"] }
46-
assertables = "9"
46+
assertables = "10"

0 commit comments

Comments
 (0)