You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Humm, it seems the behavior is correct. The version 0.4.2 is the latest version of that packaged that is compatible with 1.65, from 0.5.0 it requires 1.67.
It would be nice to be able to use cargo upgrade to bump the rust-version instead of downgrading the dependency. Or to have some sort of message explaining why the downgrade happened.
This is the current full output:
Updating 'https://github.com/rust-lang/crates.io-index' index
Checking example's dependencies
name old req compatible latest new req
==== ======= ========== ====== =======
winter-utils (winter-utils) 0.5.1 - 0.4.2 0.4.2
Upgrading recursive dependencies
With this
Cargo.toml
:and running
cargo upgrade --pinned
, I get the following:The latest version is actually
0.6.4
edit: also tested with
cargo 1.70.0 (ec8a8a0ca 2023-04-25)
The text was updated successfully, but these errors were encountered: