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
I've searched the issue tracker for similar requests
I've confirmed my request is for a semver-incompatible update
Is your dependency update request related to a problem? Please describe.
Currently we have to compile yasna multiple times because different dependencies use different (outdated) versions.
Describe the solution you'd like
Update yansa (and ideally other depdendencies with newer semver-incompatible versions):
rustls-mbedcrypto-provider
================
Name Project Compat Latest Kind Platform
---- ------- ------ ------ ---- --------
env_logger 0.10.2 --- 0.11.3 Development ---
yasna 0.3.2 --- 0.5.2 Normal ---
rustls-mbedpki-provider
================
Name Project Compat Latest Kind Platform
---- ------- ------ ------ ---- --------
asn1-rs 0.5.2 --- 0.6.1 Normal ---
asn1-rs-derive 0.4.0 --- 0.5.0 Normal ---
asn1-rs-impl 0.1.0 --- 0.2.0 Normal ---
der-parser 8.2.0 --- 9.0.0 Normal ---
oid-registry 0.6.1 --- 0.7.0 Normal ---
syn 1.0.109 --- 2.0.38 Normal ---
synstructure 0.12.6 --- 0.13.1 Normal ---
x509-parser 0.15.1 --- 0.16.0 Normal ---
The text was updated successfully, but these errors were encountered:
Also, it seems the message is outputted by some tool, what tool you are using? I guess it's not Dependabot
Correct, dependabot doesn't bother with those dependencies from what I know. I have used cargo-outdated for this. It does show some entries with semver-compatible upgrades (which I removed manually) and some with Removed as the latest version (I'm not sure why), but I've found it quite useful nonetheless.
cargo outdated
# OR
cargo outdated|grep -v Removed
Checklist
Is your dependency update request related to a problem? Please describe.
Currently we have to compile yasna multiple times because different dependencies use different (outdated) versions.
Describe the solution you'd like
Update yansa (and ideally other depdendencies with newer semver-incompatible versions):
The text was updated successfully, but these errors were encountered: