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 73dfe74c chore(deps): bump glam from 0.31.0 to 0.32.0 (#624)
73dfe74c is described below
commit 73dfe74c8b518613ada435d70256c3cf7e264a7d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 17 10:37:26 2026 -0600
chore(deps): bump glam from 0.31.0 to 0.32.0 (#624)
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 12ba447e..a9d93ab4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2941,9 +2941,9 @@ dependencies = [
[[package]]
name = "glam"
-version = "0.31.0"
+version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "74a4d85559e2637d3d839438b5b3d75c31e655276f9544d72475c36b92fabbed"
+checksum = "34627c5158214743a374170fed714833fdf4e4b0cbcc1ea98417866a4c5d4441"
[[package]]
name = "glob"
diff --git a/Cargo.toml b/Cargo.toml
index a05b6c63..c17d0724 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -98,7 +98,7 @@ log = "^0.4"
fastrand = "2.0"
futures = "0.3"
pin-project-lite = "0.2"
-glam = "0.31.0"
+glam = "0.32.0"
object_store = { version = "0.12.4", default-features = false }
float_next_after = "1"
num-traits = { version = "0.2", default-features = false, features = ["libm"] }