This is an automated email from the ASF dual-hosted git repository.
agrove 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 b4fb1b148 chore(deps): bump twox-hash from 2.1.1 to 2.1.2 in /native
(#2335)
b4fb1b148 is described below
commit b4fb1b1487436f10888e8bfda4ee2e3f6eed8dd0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 8 07:21:45 2025 -0700
chore(deps): bump twox-hash from 2.1.1 to 2.1.2 in /native (#2335)
Bumps [twox-hash](https://github.com/shepmaster/twox-hash) from 2.1.1 to
2.1.2.
-
[Changelog](https://github.com/shepmaster/twox-hash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/shepmaster/twox-hash/compare/v2.1.1...v2.1.2)
---
updated-dependencies:
- dependency-name: twox-hash
dependency-version: 2.1.2
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 | 4 ++--
native/spark-expr/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/native/Cargo.lock b/native/Cargo.lock
index b76d36ae9..1b349afb2 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -4999,9 +4999,9 @@ checksum =
"e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "twox-hash"
-version = "2.1.1"
+version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8b907da542cbced5261bd3256de1b3a1bf340a3d37f93425a07362a1d687de56"
+checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
dependencies = [
"rand",
]
diff --git a/native/spark-expr/Cargo.toml b/native/spark-expr/Cargo.toml
index d656fb870..6ccecf7d2 100644
--- a/native/spark-expr/Cargo.toml
+++ b/native/spark-expr/Cargo.toml
@@ -35,7 +35,7 @@ num = { workspace = true }
regex = { workspace = true }
thiserror = { workspace = true }
futures = { workspace = true }
-twox-hash = "2.0.0"
+twox-hash = "2.1.2"
rand = { workspace = true }
[dev-dependencies]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]