Skip to content

run cargo update, upgrade bzip, sentry, toml #2864

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

syphar
Copy link
Member

@syphar syphar commented Jul 12, 2025

 Updating autocfg v1.4.0 -> v1.5.0
    Updating aws-config v1.8.0 -> v1.8.1
    Updating aws-lc-rs v1.13.1 -> v1.13.2
    Updating aws-lc-sys v0.29.0 -> v0.30.0
    Updating aws-sdk-cloudfront v1.80.0 -> v1.81.0
    Updating aws-sdk-s3 v1.92.0 -> v1.96.0
    Updating aws-sdk-sso v1.73.0 -> v1.74.0
    Updating aws-sdk-ssooidc v1.74.0 -> v1.75.0
    Updating aws-sdk-sts v1.74.0 -> v1.76.0
    Updating aws-smithy-checksums v0.63.3 -> v0.63.4
    Updating aws-smithy-http-client v1.0.5 -> v1.0.6
    Updating aws-smithy-runtime v1.8.3 -> v1.8.4
    Updating aws-smithy-runtime-api v1.8.1 -> v1.8.3
    Updating bumpalo v3.18.1 -> v3.19.0
    Updating cc v1.2.27 -> v1.2.29
    Updating clap v4.5.40 -> v4.5.41
    Updating clap_builder v4.5.40 -> v4.5.41
    Updating clap_derive v4.5.40 -> v4.5.41
    Updating comrak v0.39.0 -> v0.39.1
    Updating crunchy v0.2.3 -> v0.2.4
      Adding dyn-clone v1.0.19
    Updating errno v0.3.12 -> v0.3.13
    Removing h2 v0.3.26
    Removing h2 v0.4.10
      Adding h2 v0.3.27
      Adding h2 v0.4.11
    Updating hyper-util v0.1.14 -> v0.1.15
    Updating indexmap v2.9.0 -> v2.10.0
      Adding io-uring v0.7.8
    Updating libc v0.2.173 -> v0.2.174
    Updating libredox v0.1.3 -> v0.1.4
    Updating lol_html v2.4.0 -> v2.5.0
    Updating plist v1.7.2 -> v1.7.4
    Updating prettyplease v0.2.34 -> v0.2.35
    Updating quick-xml v0.37.5 -> v0.38.0
    Updating r-efi v5.2.0 -> v5.3.0
      Adding ref-cast v1.0.24
      Adding ref-cast-impl v1.0.24
    Updating reqwest v0.12.20 -> v0.12.22
    Updating rustls v0.23.27 -> v0.23.29
    Updating rustls-webpki v0.103.3 -> v0.103.4
    Updating rustwide v0.19.2 -> v0.19.4
      Adding schemars v0.9.0
      Adding schemars v1.0.4
    Updating serde_with v3.12.0 -> v3.14.0
    Updating serde_with_macros v3.12.0 -> v3.14.0
    Updating slab v0.4.9 -> v0.4.10
    Updating syn v2.0.103 -> v2.0.104
    Updating tokio v1.45.1 -> v1.46.1
    Updating tracing-attributes v0.1.29 -> v0.1.30
    Updating windows-registry v0.5.2 -> v0.5.3
      Adding windows-sys v0.60.2
    Updating winnow v0.7.11 -> v0.7.12
    Updating xattr v1.5.0 -> v1.5.1
    Updating zerocopy v0.8.25 -> v0.8.26
    Updating zerocopy-derive v0.8.25 -> v0.8.26
    Updating zip v4.0.0 -> v4.3.0

syphar added 4 commits July 12, 2025 10:13
    Updating autocfg v1.4.0 -> v1.5.0
    Updating aws-config v1.8.0 -> v1.8.1
    Updating aws-lc-rs v1.13.1 -> v1.13.2
    Updating aws-lc-sys v0.29.0 -> v0.30.0
    Updating aws-sdk-cloudfront v1.80.0 -> v1.81.0
    Updating aws-sdk-s3 v1.92.0 -> v1.96.0
    Updating aws-sdk-sso v1.73.0 -> v1.74.0
    Updating aws-sdk-ssooidc v1.74.0 -> v1.75.0
    Updating aws-sdk-sts v1.74.0 -> v1.76.0
    Updating aws-smithy-checksums v0.63.3 -> v0.63.4
    Updating aws-smithy-http-client v1.0.5 -> v1.0.6
    Updating aws-smithy-runtime v1.8.3 -> v1.8.4
    Updating aws-smithy-runtime-api v1.8.1 -> v1.8.3
    Updating bumpalo v3.18.1 -> v3.19.0
    Updating cc v1.2.27 -> v1.2.29
    Updating clap v4.5.40 -> v4.5.41
    Updating clap_builder v4.5.40 -> v4.5.41
    Updating clap_derive v4.5.40 -> v4.5.41
    Updating comrak v0.39.0 -> v0.39.1
    Updating crunchy v0.2.3 -> v0.2.4
      Adding dyn-clone v1.0.19
    Updating errno v0.3.12 -> v0.3.13
    Removing h2 v0.3.26
    Removing h2 v0.4.10
      Adding h2 v0.3.27
      Adding h2 v0.4.11
    Updating hyper-util v0.1.14 -> v0.1.15
    Updating indexmap v2.9.0 -> v2.10.0
      Adding io-uring v0.7.8
    Updating libc v0.2.173 -> v0.2.174
    Updating libredox v0.1.3 -> v0.1.4
    Updating lol_html v2.4.0 -> v2.5.0
    Updating plist v1.7.2 -> v1.7.4
    Updating prettyplease v0.2.34 -> v0.2.35
    Updating quick-xml v0.37.5 -> v0.38.0
    Updating r-efi v5.2.0 -> v5.3.0
      Adding ref-cast v1.0.24
      Adding ref-cast-impl v1.0.24
    Updating reqwest v0.12.20 -> v0.12.22
    Updating rustls v0.23.27 -> v0.23.29
    Updating rustls-webpki v0.103.3 -> v0.103.4
    Updating rustwide v0.19.2 -> v0.19.4
      Adding schemars v0.9.0
      Adding schemars v1.0.4
    Updating serde_with v3.12.0 -> v3.14.0
    Updating serde_with_macros v3.12.0 -> v3.14.0
    Updating slab v0.4.9 -> v0.4.10
    Updating syn v2.0.103 -> v2.0.104
    Updating tokio v1.45.1 -> v1.46.1
    Updating tracing-attributes v0.1.29 -> v0.1.30
    Updating windows-registry v0.5.2 -> v0.5.3
      Adding windows-sys v0.60.2
    Updating winnow v0.7.11 -> v0.7.12
    Updating xattr v1.5.0 -> v1.5.1
    Updating zerocopy v0.8.25 -> v0.8.26
    Updating zerocopy-derive v0.8.25 -> v0.8.26
    Updating zip v4.0.0 -> v4.3.0
@syphar syphar requested a review from a team as a code owner July 12, 2025 08:27
@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 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants