ethanlin01x commented on code in PR #3776:
URL: https://github.com/apache/iggy/pull/3776#discussion_r3723553495
##########
foreign/python/Cargo.toml:
##########
@@ -45,4 +45,5 @@ pyo3-async-runtimes = { version = "0.29.0", features = [
"tokio-runtime",
] }
pyo3-stub-gen = "0.23.0"
+secrecy = "0.10"
Review Comment:
There is no committed Cargo.lock for this crate to regenerate — b6c1cffdb
(#1896) deleted it and added `Cargo.lock` to foreign/python/.gitignore in the
same commit. `git show HEAD:foreign/python/Cargo.lock` reports it is not in the
tree. The stale local lock you hit is real, but nothing in the repo is out of
date. Happy to commit one if the crate should be locking again.
--
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]