This is an automated email from the ASF dual-hosted git repository.
comphead pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new ed3b2160ef chore(deps): bump half from 2.4.1 to 2.5.0 (#15303)
ed3b2160ef is described below
commit ed3b2160effbff6a57095f81c5541d6ca74ae99e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 19 09:15:49 2025 -0700
chore(deps): bump half from 2.4.1 to 2.5.0 (#15303)
Bumps [half](https://github.com/starkat99/half-rs) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/starkat99/half-rs/releases)
- [Changelog](https://github.com/starkat99/half-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/starkat99/half-rs/compare/v2.4.1...v2.5.0)
---
updated-dependencies:
- dependency-name: half
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 4 ++--
Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 3441feb9d9..6e9b8d583c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3134,9 +3134,9 @@ dependencies = [
[[package]]
name = "half"
-version = "2.4.1"
+version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
+checksum = "7db2ff139bba50379da6aa0766b52fdcb62cb5b263009b09ed58ba604e14bbd1"
dependencies = [
"cfg-if",
"crunchy",
diff --git a/Cargo.toml b/Cargo.toml
index 1cef4c1ba0..851578ac90 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -140,7 +140,7 @@ datafusion-sql = { path = "datafusion/sql", version =
"46.0.1" }
doc-comment = "0.3"
env_logger = "0.11"
futures = "0.3"
-half = { version = "2.2.1", default-features = false }
+half = { version = "2.5.0", default-features = false }
hashbrown = { version = "0.14.5", features = ["raw"] }
indexmap = "2.7.1"
itertools = "0.14"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]