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

Merged
merged 1 commit into from
Jan 24, 2024
Merged

run cargo update #2395

merged 1 commit into from
Jan 24, 2024

Conversation

syphar
Copy link
Member

@syphar syphar commented Jan 24, 2024

    Updating crates.io index
    Updating anstream v0.6.8 -> v0.6.11
    Updating aws-config v1.1.2 -> v1.1.3
    Updating aws-credential-types v1.1.2 -> v1.1.3
    Updating aws-http v0.60.2 -> v0.60.3
    Updating aws-runtime v1.1.2 -> v1.1.3
    Updating aws-sdk-cloudfront v1.10.0 -> v1.11.0
    Updating aws-sdk-s3 v1.12.0 -> v1.13.0
    Updating aws-sdk-sso v1.10.0 -> v1.11.0
    Updating aws-sdk-ssooidc v1.10.0 -> v1.11.0
    Updating aws-sdk-sts v1.10.0 -> v1.11.0
    Updating aws-sigv4 v1.1.2 -> v1.1.3
    Updating aws-smithy-async v1.1.2 -> v1.1.3
    Updating aws-smithy-checksums v0.60.2 -> v0.60.3
    Updating aws-smithy-eventstream v0.60.2 -> v0.60.3
    Updating aws-smithy-http v0.60.2 -> v0.60.3
    Updating aws-smithy-json v0.60.2 -> v0.60.3
    Updating aws-smithy-protocol-test v0.60.2 -> v0.60.3
    Updating aws-smithy-query v0.60.2 -> v0.60.3
    Updating aws-smithy-runtime v1.1.2 -> v1.1.3
    Updating aws-smithy-runtime-api v1.1.2 -> v1.1.3
    Updating aws-smithy-types v1.1.2 -> v1.1.3
    Updating aws-smithy-types-convert v0.60.2 -> v0.60.3
    Updating aws-smithy-xml v0.60.2 -> v0.60.3
    Updating aws-types v1.1.2 -> v1.1.3
    Updating chrono v0.4.31 -> v0.4.32
    Updating ciborium v0.2.1 -> v0.2.2
    Updating ciborium-io v0.2.1 -> v0.2.2
    Updating ciborium-ll v0.2.1 -> v0.2.2
    Updating crates-index v2.4.0 -> v2.5.0
      Adding crunchy v0.2.2
      Adding gix v0.58.0
      Adding gix-actor v0.30.0
      Adding gix-attributes v0.22.0
    Updating gix-command v0.3.2 -> v0.3.3
      Adding gix-commitgraph v0.24.0
      Adding gix-config v0.34.0
    Updating gix-config-value v0.14.3 -> v0.14.4
      Adding gix-credentials v0.24.0
      Adding gix-diff v0.40.0
      Adding gix-discover v0.29.0
      Adding gix-features v0.38.0
      Adding gix-filter v0.9.0
      Adding gix-fs v0.10.0
      Adding gix-glob v0.16.0
      Adding gix-ignore v0.11.0
      Adding gix-index v0.29.0
      Adding gix-lock v13.0.0
      Adding gix-negotiate v0.12.0
      Adding gix-object v0.41.0
      Adding gix-odb v0.57.0
      Adding gix-pack v0.47.0
    Updating gix-packetline v0.17.2 -> v0.17.3
    Updating gix-packetline-blocking v0.17.2 -> v0.17.3
    Updating gix-path v0.10.3 -> v0.10.4
      Adding gix-pathspec v0.6.0
      Adding gix-protocol v0.44.0
      Adding gix-ref v0.41.0
      Adding gix-refspec v0.22.0
      Adding gix-revision v0.26.0
      Adding gix-revwalk v0.12.0
    Updating gix-sec v0.10.3 -> v0.10.4
      Adding gix-submodule v0.8.0
      Adding gix-tempfile v13.0.0
      Adding gix-transport v0.41.0
      Adding gix-traverse v0.37.0
      Adding gix-url v0.27.0
    Updating gix-utils v0.1.8 -> v0.1.9
      Adding gix-worktree v0.30.0
    Removing h2 v0.3.23
    Removing h2 v0.4.1
      Adding h2 v0.3.24
      Adding h2 v0.4.2
    Updating half v1.8.2 -> v2.3.1
    Updating hermit-abi v0.3.3 -> v0.3.4
    Updating libz-ng-sys v1.1.14 -> v1.1.15
    Updating openssl v0.10.62 -> v0.10.63
    Updating openssl-sys v0.9.98 -> v0.9.99
    Updating pkg-config v0.3.28 -> v0.3.29
    Updating proc-macro2 v1.0.76 -> v1.0.78
    Updating rayon v1.8.0 -> v1.8.1
    Updating rayon-core v1.12.0 -> v1.12.1
    Updating regex v1.10.2 -> v1.10.3
    Updating regex-automata v0.4.3 -> v0.4.4
    Updating smallvec v1.12.0 -> v1.13.1
    Updating unicode-bidi v0.3.14 -> v0.3.15
    Updating uuid v1.6.1 -> v1.7.0
    Removing windows v0.52.0

@syphar syphar requested a review from a team as a code owner January 24, 2024 08:31
@github-actions github-actions bot added the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Jan 24, 2024
@syphar syphar merged commit 142d495 into rust-lang:master Jan 24, 2024
13 checks passed
@syphar syphar deleted the cargo-update branch January 24, 2024 10:18
@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 Jan 24, 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 Feb 14, 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