This is an automated email from the ASF dual-hosted git repository.
mbutrovich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new 054916de3 chore(deps): bump assertables from 9.8.4 to 9.8.6 in /native
(#3570)
054916de3 is described below
commit 054916de3f0a4afc1b4b60b4e05b2f9f6060b954
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 23 11:42:37 2026 -0500
chore(deps): bump assertables from 9.8.4 to 9.8.6 in /native (#3570)
Bumps [assertables](https://github.com/sixarm/assertables-rust-crate) from
9.8.4 to 9.8.6.
-
[Changelog](https://github.com/SixArm/assertables-rust-crate/blob/main/CHANGES.md)
-
[Commits](https://github.com/sixarm/assertables-rust-crate/compare/9.8.4...9.8.6)
---
updated-dependencies:
- dependency-name: assertables
dependency-version: 9.8.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
native/Cargo.lock | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/native/Cargo.lock b/native/Cargo.lock
index b619a44f6..6fac6f62d 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -391,9 +391,13 @@ checksum =
"b0f477b951e452a0b6b4a10b53ccd569042d1d01729b519e02074a9c0958a063"
[[package]]
name = "assertables"
-version = "9.8.4"
+version = "9.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4dcd1f7f2f608b9a888a851f234086946c2ca1dfeadf1431c5082fee0942eeb6"
+checksum = "098fbfe90e8af520c4a968eaad7a4031908e473394f16c99cd9cce6369328a68"
+dependencies = [
+ "regex",
+ "walkdir",
+]
[[package]]
name = "async-channel"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]