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

chore(deps): weekly cargo update #9041

Merged
merged 1 commit into from
Oct 6, 2024
Merged

chore(deps): weekly cargo update #9041

merged 1 commit into from
Oct 6, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 6, 2024

Automation to keep dependencies in Cargo.lock current.

cargo update log

     Locking 40 packages to latest compatible versions
    Updating alloy-chains v0.1.34 -> v0.1.36
    Updating alloy-network-primitives v0.4.0 -> v0.4.2
    Updating alloy-rpc-types-anvil v0.4.0 -> v0.4.2
    Updating alloy-rpc-types-engine v0.4.0 -> v0.4.2
    Updating alloy-rpc-types-eth v0.4.0 -> v0.4.2
    Updating alloy-rpc-types-trace v0.4.0 -> v0.4.2
    Updating alloy-rpc-types-txpool v0.4.0 -> v0.4.2
    Updating async-compression v0.4.12 -> v0.4.13
    Updating async-stream v0.3.5 -> v0.3.6
    Updating async-stream-impl v0.3.5 -> v0.3.6
    Updating aws-config v1.5.7 -> v1.5.8
    Updating aws-sdk-kms v1.45.0 -> v1.46.0
    Updating aws-sdk-sso v1.44.0 -> v1.45.0
    Updating aws-sdk-ssooidc v1.45.0 -> v1.46.0
    Updating aws-sdk-sts v1.44.0 -> v1.45.0
    Updating cc v1.1.24 -> v1.1.25
    Updating clap v4.5.18 -> v4.5.19
    Updating clap_builder v4.5.18 -> v4.5.19
    Updating clap_complete v4.5.29 -> v4.5.32
    Updating futures v0.3.30 -> v0.3.31
    Updating futures-channel v0.3.30 -> v0.3.31
    Updating futures-core v0.3.30 -> v0.3.31
    Updating futures-executor v0.3.30 -> v0.3.31
    Updating futures-io v0.3.30 -> v0.3.31
    Updating futures-macro v0.3.30 -> v0.3.31
    Updating futures-sink v0.3.30 -> v0.3.31
    Updating futures-task v0.3.30 -> v0.3.31
    Updating futures-util v0.3.30 -> v0.3.31
    Updating gcloud-sdk v0.25.6 -> v0.25.7
      Adding hashbrown v0.15.0
    Updating indexmap v2.5.0 -> v2.6.0
    Updating ipnet v2.10.0 -> v2.10.1
    Updating once_cell v1.20.1 -> v1.20.2
    Updating pin-project v1.1.5 -> v1.1.6
    Updating pin-project-internal v1.1.5 -> v1.1.6
    Updating rustls v0.23.13 -> v0.23.14
    Updating snapbox v0.6.17 -> v0.6.18
    Updating terminal_size v0.3.0 -> v0.4.0
    Updating unicode-bidi v0.3.15 -> v0.3.17
      Adding unicode-width v0.2.0
note: pass `--verbose` to see 9 unchanged dependencies behind latest

     Locking 40 packages to latest compatible versions
    Updating alloy-chains v0.1.34 -> v0.1.36
    Updating alloy-network-primitives v0.4.0 -> v0.4.2
    Updating alloy-rpc-types-anvil v0.4.0 -> v0.4.2
    Updating alloy-rpc-types-engine v0.4.0 -> v0.4.2
    Updating alloy-rpc-types-eth v0.4.0 -> v0.4.2
    Updating alloy-rpc-types-trace v0.4.0 -> v0.4.2
    Updating alloy-rpc-types-txpool v0.4.0 -> v0.4.2
    Updating async-compression v0.4.12 -> v0.4.13
    Updating async-stream v0.3.5 -> v0.3.6
    Updating async-stream-impl v0.3.5 -> v0.3.6
    Updating aws-config v1.5.7 -> v1.5.8
    Updating aws-sdk-kms v1.45.0 -> v1.46.0
    Updating aws-sdk-sso v1.44.0 -> v1.45.0
    Updating aws-sdk-ssooidc v1.45.0 -> v1.46.0
    Updating aws-sdk-sts v1.44.0 -> v1.45.0
    Updating cc v1.1.24 -> v1.1.25
    Updating clap v4.5.18 -> v4.5.19
    Updating clap_builder v4.5.18 -> v4.5.19
    Updating clap_complete v4.5.29 -> v4.5.32
    Updating futures v0.3.30 -> v0.3.31
    Updating futures-channel v0.3.30 -> v0.3.31
    Updating futures-core v0.3.30 -> v0.3.31
    Updating futures-executor v0.3.30 -> v0.3.31
    Updating futures-io v0.3.30 -> v0.3.31
    Updating futures-macro v0.3.30 -> v0.3.31
    Updating futures-sink v0.3.30 -> v0.3.31
    Updating futures-task v0.3.30 -> v0.3.31
    Updating futures-util v0.3.30 -> v0.3.31
    Updating gcloud-sdk v0.25.6 -> v0.25.7
      Adding hashbrown v0.15.0
    Updating indexmap v2.5.0 -> v2.6.0
    Updating ipnet v2.10.0 -> v2.10.1
    Updating once_cell v1.20.1 -> v1.20.2
    Updating pin-project v1.1.5 -> v1.1.6
    Updating pin-project-internal v1.1.5 -> v1.1.6
    Updating rustls v0.23.13 -> v0.23.14
    Updating snapbox v0.6.17 -> v0.6.18
    Updating terminal_size v0.3.0 -> v0.4.0
    Updating unicode-bidi v0.3.15 -> v0.3.17
      Adding unicode-width v0.2.0
note: pass `--verbose` to see 9 unchanged dependencies behind latest
@DaniPopes DaniPopes merged commit a5f922d into master Oct 6, 2024
22 checks passed
@DaniPopes DaniPopes deleted the cargo-update branch October 6, 2024 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants