gabotechs commented on code in PR #17866: URL: https://github.com/apache/datafusion/pull/17866#discussion_r2469527667
########## Cargo.lock: ########## @@ -615,25 +615,26 @@ dependencies = [ [[package]] name = "aws-lc-rs" -version = "1.14.0" +version = "1.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94b8ff6c09cd57b16da53641caa860168b88c172a5ee163b0288d3d6eea12786" +checksum = "879b6c89592deb404ba4dc0ae6b58ffd1795c78991cbb5b8bc441c48a070440d" dependencies = [ Review Comment: 🤔 there seems to be several version upgrades for unrelated packages in the `Cargo.lock` file. The `aws-lc-rs` and other aws related packages should have nothing to do with the substrait version, so I'd expect them to remain as they were. I would revert the changes in this `Cargo.lock` and run `cargo build` again just so that Cargo updates just whatever is strictly necessary. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
