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

run cargo update #1687

Merged
merged 1 commit into from
Feb 28, 2022
Merged

run cargo update #1687

merged 1 commit into from
Feb 28, 2022

Conversation

syphar
Copy link
Member

@syphar syphar commented Feb 26, 2022

$ cargo update
    Updating crates.io index
    Updating anyhow v1.0.54 -> v1.0.55
    Updating dirs v3.0.2 -> v4.0.0
    Updating getrandom v0.2.4 -> v0.2.5
    Updating libc v0.2.118 -> v0.2.119
    Updating semver v1.0.5 -> v1.0.6
    Updating smartstring v0.2.9 -> v0.2.10
    Updating xdg v2.4.0 -> v2.4.1
    Updating zeroize v1.5.2 -> v1.5.3

here the changelog for the breaking change in dirs,
also it's only a subdependency:

dirs v4.0.0
└── xdg v2.4.1
    └── comrak v0.12.1
        └── docs-rs v0.6.0 (/Volumes/DATA/src/rust-lang/docs.rs)

@github-actions github-actions bot added the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Feb 26, 2022
@syphar
Copy link
Member Author

syphar commented Feb 26, 2022

r? @Nemo157 @jyn514

@syphar
Copy link
Member Author

syphar commented Feb 26, 2022

( locally I need a little more time to fix the clippy warnings because of rust-lang/rust-clippy#8470 )

This was referenced Feb 26, 2022
@syphar syphar merged commit 28bdf6a into rust-lang:master Feb 28, 2022
@syphar syphar deleted the cargo-update branch February 28, 2022 17:09
@github-actions github-actions bot added S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it and removed S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed labels Feb 28, 2022
@syphar syphar removed the S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it label Mar 21, 2022
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

Successfully merging this pull request may close these issues.

2 participants