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 c68fbfc0 chore(deps): bump savvy-* to v0.9 (#426)
c68fbfc0 is described below
commit c68fbfc022b6c5c1e0017cc94e7057e5b3b4bc5c
Author: Hiroaki Yutani <[email protected]>
AuthorDate: Mon Dec 8 12:27:53 2025 +0900
chore(deps): bump savvy-* to v0.9 (#426)
---
Cargo.lock | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index e0b82186..c2b3a361 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4733,21 +4733,20 @@ dependencies = [
[[package]]
name = "savvy"
-version = "0.8.13"
+version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9b0b77a8477c7edc3166bdebc6f8fc449967942aa3d25f22b13a336df29da3e2"
+checksum = "2e69a44aaa46a28273b777ac51c340a9776ddab3bdbb9cecd9e65f23c5a52e81"
dependencies = [
"cc",
- "rustversion",
"savvy-ffi",
"savvy-macro",
]
[[package]]
name = "savvy-bindgen"
-version = "0.8.13"
+version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a29c423a6e85d4d7c4172db33ace022acea97b2c6fded04d28da50a14591c87d"
+checksum = "9668be1fc20e5452ac46aa5d218c8f19283c5691e04e04e1cce5e0eb1c34f9cd"
dependencies = [
"proc-macro2",
"quote",
@@ -4756,15 +4755,15 @@ dependencies = [
[[package]]
name = "savvy-ffi"
-version = "0.8.13"
+version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e06cec12411cc3a0cc7eaa13601c431f770cbc89825576fea8aebc369b3ed41c"
+checksum = "fba684ece740b1099f03f97689c8258fc5d781f7b26c5b929ba73e883edd5300"
[[package]]
name = "savvy-macro"
-version = "0.8.13"
+version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "df4c38f496dd2a8f5aac0bdff321e88f59d241fc4cdf1b75f4859a69134c020f"
+checksum = "6e0ad2dc8ba6fd28234d70a5e4a60c6a04525d151a82ef5c85abfeee1f4435b3"
dependencies = [
"proc-macro2",
"quote",