We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running cargo update, I see:
cargo update
% cargo update Updating crates.io index Locking 4 packages to latest compatible versions Downgrading idna v1.0.0 -> v0.5.0 (latest: v1.0.1) Adding unicode-bidi v0.3.15 Adding unicode-normalization v0.1.23 Updating url v2.5.1 -> v2.5.2 note: pass `--verbose` to see 48 unchanged dependencies behind latest
Instead, I would expect idna to update to 1.0.1.
idna
1.0.1
% cargo tree --invert --package [email protected] idna v0.5.0 └── url v2.5.2 ├── actix-web v4.7.0 │ ├── actix-files v0.6.6 │ │ └── hello-world v1.0.0 (/Users/user/Source/hello-world) │ ├── actix-web-httpauth v0.8.2 │ │ └── hello-world v1.0.0 (/Users/user/Source/hello-world) │ └── hello-world v1.0.0 (/Users/user/Source/hello-world) ├── hello-world v1.0.0 (/Users/user/Source/hello-world) └── mysql_async v0.34.1 └── hello-world v1.0.0 (/Users/user/Source/hello-world)
The text was updated successfully, but these errors were encountered:
This is working as expected per #937 (comment).
Sorry, something went wrong.
No branches or pull requests
When running
cargo update
, I see:Instead, I would expect
idna
to update to1.0.1
.The text was updated successfully, but these errors were encountered: