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 #2543

Merged
merged 2 commits into from
Jul 11, 2024
Merged

run cargo update #2543

merged 2 commits into from
Jul 11, 2024

Conversation

syphar
Copy link
Member

@syphar syphar commented Jul 5, 2024

    Updating crates.io index
     Locking 70 packages to latest compatible versions
    Updating async-trait v0.1.80 -> v0.1.81
    Updating aws-config v1.5.1 -> v1.5.4
    Updating aws-runtime v1.3.0 -> v1.3.1
    Updating aws-sdk-cloudfront v1.31.0 -> v1.36.0
    Updating aws-sdk-s3 v1.34.0 -> v1.40.0
    Updating aws-sdk-sso v1.29.0 -> v1.34.0
    Updating aws-sdk-ssooidc v1.30.0 -> v1.35.0
    Updating aws-sdk-sts v1.29.0 -> v1.34.0
    Updating aws-sigv4 v1.2.2 -> v1.2.3
    Updating aws-smithy-checksums v0.60.10 -> v0.60.11
    Updating aws-smithy-http v0.60.8 -> v0.60.9
    Updating aws-smithy-protocol-test v0.60.7 -> v0.60.8
    Updating aws-smithy-runtime v1.5.5 -> v1.6.2
    Updating aws-smithy-runtime-api v1.7.0 -> v1.7.1
    Updating aws-types v1.3.2 -> v1.3.3
    Updating bitflags v2.5.0 -> v2.6.0
    Updating cc v1.0.99 -> v1.1.0
    Updating clap v4.5.7 -> v4.5.9
    Updating clap_builder v4.5.7 -> v4.5.9
    Updating clap_derive v4.5.5 -> v4.5.8
    Updating curl-sys v0.4.72+curl-8.6.0 -> v0.4.73+curl-8.8.0
    Updating darling v0.20.9 -> v0.20.10
    Updating darling_core v0.20.9 -> v0.20.10
    Updating darling_macro v0.20.9 -> v0.20.10
    Updating either v1.12.0 -> v1.13.0
    Updating gix-actor v0.31.2 -> v0.31.4
    Updating gix-date v0.8.6 -> v0.8.7
    Updating gix-object v0.42.2 -> v0.42.3
    Updating gix-path v0.10.7 -> v0.10.8
    Removing hyper v0.14.29
    Removing hyper v1.3.1
      Adding hyper v0.14.30 (latest: v1.4.1)
      Adding hyper v1.4.1
    Updating hyper-util v0.1.5 -> v0.1.6
    Updating imara-diff v0.1.5 -> v0.1.6
    Updating lazy_static v1.4.0 -> v1.5.0
    Updating log v0.4.21 -> v0.4.22
    Updating mime_guess v2.0.4 -> v2.0.5
    Updating object v0.36.0 -> v0.36.1
    Updating oorandom v11.1.3 -> v11.1.4
    Updating pest v2.7.10 -> v2.7.11
    Updating pest_derive v2.7.10 -> v2.7.11
    Updating pest_generator v2.7.10 -> v2.7.11
    Updating pest_meta v2.7.10 -> v2.7.11
    Updating rustls v0.23.10 -> v0.23.11
    Updating rustls-webpki v0.102.4 -> v0.102.5
    Updating serde v1.0.203 -> v1.0.204
    Updating serde_derive v1.0.203 -> v1.0.204
    Updating serde_json v1.0.117 -> v1.0.120
    Updating serde_with v3.8.1 -> v3.8.3
    Updating serde_with_macros v3.8.1 -> v3.8.3
    Removing spin v0.5.2
    Updating strum v0.26.2 -> v0.26.3
    Updating subtle v2.6.0 -> v2.6.1
    Updating syn v2.0.67 -> v2.0.70
    Updating tinyvec v1.6.0 -> v1.8.0
    Updating toml_edit v0.22.14 -> v0.22.15
    Updating ureq v2.9.7 -> v2.10.0
    Updating uuid v1.8.0 -> v1.10.0
    Updating windows-targets v0.52.5 -> v0.52.6
    Updating windows_aarch64_gnullvm v0.52.5 -> v0.52.6
    Updating windows_aarch64_msvc v0.52.5 -> v0.52.6
    Updating windows_i686_gnu v0.52.5 -> v0.52.6
    Updating windows_i686_gnullvm v0.52.5 -> v0.52.6
    Updating windows_i686_msvc v0.52.5 -> v0.52.6
    Updating windows_x86_64_gnu v0.52.5 -> v0.52.6
    Updating windows_x86_64_gnullvm v0.52.5 -> v0.52.6
    Updating windows_x86_64_msvc v0.52.5 -> v0.52.6
    Updating zerocopy v0.7.34 -> v0.7.35
    Updating zerocopy-derive v0.7.34 -> v0.7.35
    Updating zstd v0.13.1 -> v0.13.2
    Updating zstd-safe v7.1.0 -> v7.2.0
    Updating zstd-sys v2.0.11+zstd.1.5.6 -> v2.0.12+zstd.1.5.6

@syphar syphar requested a review from a team as a code owner July 5, 2024 03:54
@github-actions github-actions bot added the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Jul 5, 2024
@syphar syphar requested a review from GuillaumeGomez July 10, 2024 05:30
@syphar
Copy link
Member Author

syphar commented Jul 10, 2024

@GuillaumeGomez I added a commit that changes our test assumtions, because mime_guess changed their return value for javascript files to the (it seems like) now correct value.

@GuillaumeGomez
Copy link
Member

Might be in conflict with my PR. Thanks for notifying me, I'll update my PR once this one is merged.

@syphar syphar merged commit 4fb2d5d into rust-lang:master Jul 11, 2024
8 checks passed
@syphar syphar deleted the cargo-update branch July 11, 2024 15:48
@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 Jul 11, 2024
@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 Jul 12, 2024
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