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 02de6be0 chore(deps): bump float_next_after from 1.0.0 to 2.0.0 (#625)
02de6be0 is described below

commit 02de6be04f5d74a4c78f71925a965155f9072e06
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 17 10:39:30 2026 -0600

    chore(deps): bump float_next_after from 1.0.0 to 2.0.0 (#625)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock | 16 +++++++++++-----
 Cargo.toml |  2 +-
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 63189b6b..e01ec7c0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2602,6 +2602,12 @@ version = "1.0.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 
+[[package]]
+name = "float_next_after"
+version = "2.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "37007738a80ea34f969af54a3390dd72cacdef654974cfd449c9f6f72dbaac10"
+
 [[package]]
 name = "fnv"
 version = "1.0.7"
@@ -2774,7 +2780,7 @@ source = 
"registry+https://github.com/rust-lang/crates.io-index";
 checksum = "2fc1a1678e54befc9b4bcab6cd43b8e7f834ae8ea121118b0fd8c42747675b4a"
 dependencies = [
  "earcutr",
- "float_next_after",
+ "float_next_after 1.0.0",
  "geo-types",
  "geographiclib-rs",
  "i_overlay",
@@ -2791,7 +2797,7 @@ version = "0.3.2"
 source = 
"git+https://github.com/georust/geo-index.git?rev=d70f049bc02da7364d923c519a484a482c9c0a11#d70f049bc02da7364d923c519a484a482c9c0a11";
 dependencies = [
  "bytemuck",
- "float_next_after",
+ "float_next_after 1.0.0",
  "geo",
  "geo-traits",
  "num-traits",
@@ -5296,7 +5302,7 @@ version = "0.3.0"
 dependencies = [
  "approx",
  "criterion",
- "float_next_after",
+ "float_next_after 2.0.0",
  "geo",
  "geo-traits",
  "geo-types",
@@ -5381,7 +5387,7 @@ dependencies = [
  "datafusion-expr",
  "datafusion-physical-expr",
  "datafusion-physical-plan",
- "float_next_after",
+ "float_next_after 2.0.0",
  "futures",
  "geo-traits",
  "object_store",
@@ -5581,7 +5587,7 @@ dependencies = [
  "datafusion-physical-plan",
  "env_logger 0.11.8",
  "fastrand",
- "float_next_after",
+ "float_next_after 2.0.0",
  "futures",
  "geo",
  "geo-index",
diff --git a/Cargo.toml b/Cargo.toml
index c17d0724..27cb54cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -100,7 +100,7 @@ futures = "0.3"
 pin-project-lite = "0.2"
 glam = "0.32.0"
 object_store = { version = "0.12.4", default-features = false }
-float_next_after = "1"
+float_next_after = "2"
 num-traits = { version = "0.2", default-features = false, features = ["libm"] }
 mimalloc = { version = "0.1", default-features = false }
 libmimalloc-sys = { version = "0.1", default-features = false }

Reply via email to