Dandandan commented on a change in pull request #1756:
URL: https://github.com/apache/arrow-datafusion/pull/1756#discussion_r800080916



##########
File path: 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"

Review comment:
       It's because not a "real" upgrade and we don't have a `Cargo.lock` file 
with fixed versions of dependencies.
   
   A `cargo update` will also have upgraded the version to the latest 
compatbile version, e.g. 
https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#caret-requirements




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to