From 4f4153ba26a1b0141b2ee36fd521607389d9f611 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Sat, 5 Feb 2022 10:26:42 -0700 Subject: [PATCH] use ordered-float 2.10 (#1756) Signed-off-by: Andy Grove --- datafusion/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion/Cargo.toml b/datafusion/Cargo.toml index 54247cbcf07c..81e2bb14877b 100644 --- a/datafusion/Cargo.toml +++ b/datafusion/Cargo.toml @@ -68,7 +68,7 @@ md-5 = { version = "^0.10.0", optional = true } sha2 = { version = "^0.10.1", optional = true } blake2 = { version = "^0.10.2", optional = true } blake3 = { version = "1.0", optional = true } -ordered-float = "2.0" +ordered-float = "2.10" unicode-segmentation = { version = "^1.7.1", optional = true } regex = { version = "^1.4.3", optional = true } lazy_static = { version = "^1.4.0" }