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, upgrade strum & derive_more #2736

Merged
merged 2 commits into from
Feb 9, 2025

Conversation

syphar
Copy link
Member

@syphar syphar commented Feb 9, 2025

cargo update

    Updating async-trait v0.1.85 -> v0.1.86
    Updating aws-config v1.5.15 -> v1.5.16
    Updating aws-runtime v1.5.4 -> v1.5.5
    Updating aws-sdk-cloudfront v1.63.0 -> v1.64.0
    Updating aws-sdk-s3 v1.72.0 -> v1.74.0
    Updating aws-sdk-sso v1.57.0 -> v1.58.0
    Updating aws-sdk-ssooidc v1.58.0 -> v1.59.0
    Updating aws-sdk-sts v1.58.0 -> v1.59.0
    Updating aws-sigv4 v1.2.7 -> v1.2.8
    Updating aws-smithy-runtime v1.7.7 -> v1.7.8
    Updating aws-smithy-types v1.2.12 -> v1.2.13
    Updating aws-types v1.3.4 -> v1.3.5
    Updating bytes v1.9.0 -> v1.10.0
    Updating cc v1.2.10 -> v1.2.13
    Updating clap v4.5.27 -> v4.5.28
    Updating clap_derive v4.5.24 -> v4.5.28
    Updating derive_more v0.99.18 -> v0.99.19
    Updating imara-diff v0.1.7 -> v0.1.8
    Updating jiff v0.1.28 -> v0.1.29
    Updating libssh2-sys v0.3.0 -> v0.3.1
    Updating once_cell v1.20.2 -> v1.20.3
    Updating os_info v3.9.2 -> v3.10.0
    Updating pin-project v1.1.8 -> v1.1.9
    Updating pin-project-internal v1.1.8 -> v1.1.9
    Updating rustc-hash v2.1.0 -> v2.1.1
    Updating string_cache v0.8.7 -> v0.8.8
    Updating string_cache_codegen v0.5.2 -> v0.5.3
    Updating syn v2.0.96 -> v2.0.98
    Updating toml v0.8.19 -> v0.8.20
    Updating uuid v1.12.1 -> v1.13.1
    Updating winnow v0.7.0 -> v0.7.1
    Updating zerocopy v0.8.14 -> v0.8.17
    Updating zerocopy-derive v0.8.14 -> v0.8.17

    Updating async-trait v0.1.85 -> v0.1.86
    Updating aws-config v1.5.15 -> v1.5.16
    Updating aws-runtime v1.5.4 -> v1.5.5
    Updating aws-sdk-cloudfront v1.63.0 -> v1.64.0
    Updating aws-sdk-s3 v1.72.0 -> v1.74.0
    Updating aws-sdk-sso v1.57.0 -> v1.58.0
    Updating aws-sdk-ssooidc v1.58.0 -> v1.59.0
    Updating aws-sdk-sts v1.58.0 -> v1.59.0
    Updating aws-sigv4 v1.2.7 -> v1.2.8
    Updating aws-smithy-runtime v1.7.7 -> v1.7.8
    Updating aws-smithy-types v1.2.12 -> v1.2.13
    Updating aws-types v1.3.4 -> v1.3.5
    Updating bytes v1.9.0 -> v1.10.0
    Updating cc v1.2.10 -> v1.2.13
    Updating clap v4.5.27 -> v4.5.28
    Updating clap_derive v4.5.24 -> v4.5.28
    Updating derive_more v0.99.18 -> v0.99.19
    Updating imara-diff v0.1.7 -> v0.1.8
    Updating jiff v0.1.28 -> v0.1.29
    Updating libssh2-sys v0.3.0 -> v0.3.1
    Updating once_cell v1.20.2 -> v1.20.3
    Updating os_info v3.9.2 -> v3.10.0
    Updating pin-project v1.1.8 -> v1.1.9
    Updating pin-project-internal v1.1.8 -> v1.1.9
    Updating rustc-hash v2.1.0 -> v2.1.1
    Updating string_cache v0.8.7 -> v0.8.8
    Updating string_cache_codegen v0.5.2 -> v0.5.3
    Updating syn v2.0.96 -> v2.0.98
    Updating toml v0.8.19 -> v0.8.20
    Updating uuid v1.12.1 -> v1.13.1
    Updating winnow v0.7.0 -> v0.7.1
    Updating zerocopy v0.8.14 -> v0.8.17
    Updating zerocopy-derive v0.8.14 -> v0.8.17
@syphar syphar requested a review from a team as a code owner February 9, 2025 09:07
@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 9, 2025
@GuillaumeGomez
Copy link
Member

Thanks!

@GuillaumeGomez GuillaumeGomez merged commit 3597759 into rust-lang:master Feb 9, 2025
12 checks passed
@GuillaumeGomez GuillaumeGomez deleted the cargo-update branch February 9, 2025 11:22
@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 9, 2025
@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 Feb 9, 2025
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