This is an automated email from the ASF dual-hosted git repository.
dheres pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/master by this push:
new 4f4153b use ordered-float 2.10 (#1756)
4f4153b is described below
commit 4f4153ba26a1b0141b2ee36fd521607389d9f611
Author: Andy Grove <[email protected]>
AuthorDate: Sat Feb 5 10:26:42 2022 -0700
use ordered-float 2.10 (#1756)
Signed-off-by: Andy Grove <[email protected]>
---
datafusion/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/datafusion/Cargo.toml b/datafusion/Cargo.toml
index 54247cb..81e2bb1 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" }