Skip to content
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

Dependency update request: [email protected] → 0.5 #83

Open
2 tasks done
DragonDev1906 opened this issue Jun 20, 2024 · 2 comments
Open
2 tasks done

Dependency update request: [email protected] → 0.5 #83

DragonDev1906 opened this issue Jun 20, 2024 · 2 comments

Comments

@DragonDev1906
Copy link

Checklist

  • 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  ---
@Taowyoo
Copy link
Collaborator

Taowyoo commented Jun 20, 2024

Thank you for creating this issue. We are aware of this. And will fix this when have time.

Also, it seems the message is outputted by some tool, what tool you are using? I guess it's not Dependabot

@DragonDev1906
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants