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 d7b31fbf chore(deps): bump glam from 0.30.10 to 0.31.0 (#550)
d7b31fbf is described below

commit d7b31fbf98063dd25f1a5b3dd1260eea576d372c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 26 17:10:31 2026 -0600

    chore(deps): bump glam from 0.30.10 to 0.31.0 (#550)
    
    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 9a8e0b9d..22f5e45a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2855,9 +2855,9 @@ dependencies = [
 
 [[package]]
 name = "glam"
-version = "0.30.10"
+version = "0.31.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "19fc433e8437a212d1b6f1e68c7824af3aed907da60afa994e7f542d18d12aa9"
+checksum = "74a4d85559e2637d3d839438b5b3d75c31e655276f9544d72475c36b92fabbed"
 
 [[package]]
 name = "glob"
diff --git a/Cargo.toml b/Cargo.toml
index 6c20d23d..04dede88 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -93,7 +93,7 @@ env_logger = "0.11"
 fastrand = "2.0"
 futures = "0.3"
 pin-project-lite = "0.2"
-glam = "0.30.10"
+glam = "0.31.0"
 object_store = { version = "0.12.4", default-features = false }
 float_next_after = "1"
 num-traits = { version = "0.2", default-features = false, features = ["libm"] }

Reply via email to