This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch dependabot/cargo/float_next_after-2.0.0
in repository https://gitbox.apache.org/repos/asf/sedona-db.git
commit 13555b0a7329422c67b5d3d627ce420703624d04
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 17 16:39:33 2026 +0000
chore(deps): bump float_next_after from 1.0.0 to 2.0.0
Bumps [float_next_after](https://gitlab.com/bronsonbdevost/next_afterf)
from 1.0.0 to 2.0.0.
-
[Changelog](https://gitlab.com/bronsonbdevost/next_afterf/blob/main/CHANGES.md)
- [Commits](https://gitlab.com/bronsonbdevost/next_afterf/commits/main)
---
updated-dependencies:
- dependency-name: float_next_after
dependency-version: 2.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
Cargo.lock | 30 ++++++++++++++++++------------
Cargo.toml | 2 +-
2 files changed, 19 insertions(+), 13 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index a9d93ab4..0411ded6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -181,7 +181,7 @@ version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
dependencies = [
- "windows-sys 0.60.2",
+ "windows-sys 0.61.2",
]
[[package]]
@@ -192,7 +192,7 @@ checksum =
"291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
dependencies = [
"anstyle",
"once_cell_polyfill",
- "windows-sys 0.60.2",
+ "windows-sys 0.61.2",
]
[[package]]
@@ -2419,7 +2419,7 @@ dependencies = [
"libc",
"option-ext",
"redox_users",
- "windows-sys 0.59.0",
+ "windows-sys 0.61.2",
]
[[package]]
@@ -2525,7 +2525,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
dependencies = [
"libc",
- "windows-sys 0.52.0",
+ "windows-sys 0.61.2",
]
[[package]]
@@ -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",
@@ -4906,7 +4912,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys",
- "windows-sys 0.52.0",
+ "windows-sys 0.61.2",
]
[[package]]
@@ -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",
@@ -6049,7 +6055,7 @@ dependencies = [
"getrandom 0.4.1",
"once_cell",
"rustix",
- "windows-sys 0.52.0",
+ "windows-sys 0.61.2",
]
[[package]]
@@ -6685,7 +6691,7 @@ version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [
- "windows-sys 0.52.0",
+ "windows-sys 0.61.2",
]
[[package]]
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 }