This is an automated email from the ASF dual-hosted git repository.

milenkovicm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git


The following commit(s) were added to refs/heads/main by this push:
     new 3fb5eb993 chore(deps): bump ordered-float from 4.6.0 to 5.3.0 (#2284)
3fb5eb993 is described below

commit 3fb5eb9937fa68e5933f67b7a7d11f078d53555c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 16 12:52:03 2026 +0100

    chore(deps): bump ordered-float from 4.6.0 to 5.3.0 (#2284)
    
    Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 
4.6.0 to 5.3.0.
    - [Release notes](https://github.com/reem/rust-ordered-float/releases)
    - 
[Commits](https://github.com/reem/rust-ordered-float/compare/v4.6.0...v5.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: ordered-float
      dependency-version: 5.3.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock | 15 ++++++++++++---
 Cargo.toml |  2 +-
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 19235cd3b..d3a6bfe8f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1045,7 +1045,7 @@ dependencies = [
  "env_logger",
  "futures",
  "mimalloc",
- "ordered-float",
+ "ordered-float 5.3.0",
  "rand 0.10.2",
  "serde",
  "serde_json",
@@ -4928,6 +4928,15 @@ dependencies = [
  "num-traits",
 ]
 
+[[package]]
+name = "ordered-float"
+version = "5.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "b7d950ca161dc355eaf28f82b11345ed76c6e1f6eb1f4f4479e0323b9e2fbd0e"
+dependencies = [
+ "num-traits",
+]
+
 [[package]]
 name = "outref"
 version = "0.5.2"
@@ -7002,7 +7011,7 @@ dependencies = [
  "nix 0.29.0",
  "num-derive",
  "num-traits",
- "ordered-float",
+ "ordered-float 4.6.0",
  "pest",
  "pest_derive",
  "phf 0.11.3",
@@ -7941,7 +7950,7 @@ source = 
"registry+https://github.com/rust-lang/crates.io-index";
 checksum = "5f2ab60e120fd6eaa68d9567f3226e876684639d22a4219b313ff69ec0ccd5ac"
 dependencies = [
  "log",
- "ordered-float",
+ "ordered-float 4.6.0",
  "strsim",
  "thiserror 1.0.69",
  "wezterm-dynamic-derive",
diff --git a/Cargo.toml b/Cargo.toml
index ee5f961dc..d989a3b4a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -57,7 +57,7 @@ insta = "1.47"
 itertools = "0.15"
 mimalloc = { version = "0.1" }
 object_store = "0.13.2"
-ordered-float = "4"
+ordered-float = "5"
 prost = "0.14"
 prost-types = "0.14"
 rstest = { version = "0.26" }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to