This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git
The following commit(s) were added to refs/heads/main by this push:
new 721563d4 chore(deps): bump bytemuck from 1.24.0 to 1.25.0 (#569)
721563d4 is described below
commit 721563d469e03e766372203b0d278e6dfdf8ee85
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 2 09:40:26 2026 -0600
chore(deps): bump bytemuck from 1.24.0 to 1.25.0 (#569)
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 c265c659..4f663d84 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1076,9 +1076,9 @@ checksum =
"5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
[[package]]
name = "bytemuck"
-version = "1.24.0"
+version = "1.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
+checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
[[package]]
name = "byteorder"
diff --git a/Cargo.toml b/Cargo.toml
index 85ff5f43..32b421fc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -71,7 +71,7 @@ arrow-json = { version = "57.0.0" }
arrow-schema = { version = "57.0.0" }
arrow-buffer = { version = "57.0.0" }
async-trait = { version = "0.1.87" }
-bytemuck = "1.14"
+bytemuck = "1.25"
bytes = "1.10"
byteorder = "1"
chrono = { version = "0.4.41", default-features = false }