-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The crate in crates.io should update its cargo.lock #50
Comments
I don’t see the issues, could you please elaborate the issue? |
with this dependencies
will get an error
This is a minimal reproduction project |
The issue involves exposing the IP number through the API. Thanks for the report |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.rs/crate/ipstack/0.0.10/source/Cargo.lock
[[package]]
name = "etherparse"
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "095ab548cf452be5813424558a18af88f0a620d0f4a3d8793aa09311a3b6fa5f"
dependencies = [
"arrayvec",
]
The crate on
crates.io
is locked its dependencyetherparse
's version to be0.14.3
, which is not compatible with0.15
written in https://github.com/narrowlink/ipstack/blob/main/Cargo.toml#L21The text was updated successfully, but these errors were encountered: