hubcio commented on code in PR #3957: URL: https://github.com/apache/iggy/pull/3957#discussion_r3940086812
########## Cargo.lock: ########## @@ -12700,6 +12700,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05b44e85bf579a8eeb4ceaa77a3a523baf2bf0e9bac7e40f405d537b5d2d5ccb" dependencies = [ + "bigdecimal", Review Comment: nit: `bigdecimal` sits before `base64 0.22.1` here and at line 12811, which is not cargo's order - the lock was hand-edited. regenerate it with `cargo build` and commit the result. -- 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]
