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

Merged
merged 2 commits into from
Sep 29, 2024
Merged

chore(deps): weekly cargo update #11319

merged 2 commits into from
Sep 29, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Automation to keep dependencies in Cargo.lock current.

cargo update log

     Locking 39 packages to latest compatible versions
    Updating alloy-chains v0.1.33 -> v0.1.34
    Updating alloy-dyn-abi v0.8.3 -> v0.8.5
    Updating alloy-json-abi v0.8.3 -> v0.8.5
    Updating alloy-sol-macro v0.8.3 -> v0.8.5
    Updating alloy-sol-macro-expander v0.8.3 -> v0.8.5
    Updating alloy-sol-macro-input v0.8.3 -> v0.8.5
    Updating alloy-sol-type-parser v0.8.3 -> v0.8.5
    Updating alloy-sol-types v0.8.3 -> v0.8.5
    Updating async-trait v0.1.82 -> v0.1.83
    Updating autocfg v1.3.0 -> v1.4.0
    Updating cc v1.1.21 -> v1.1.22
    Updating flate2 v1.0.33 -> v1.0.34
    Updating hyper-util v0.1.8 -> v0.1.9
    Updating iri-string v0.7.5 -> v0.7.6
    Updating jsonrpsee v0.24.4 -> v0.24.5
    Updating jsonrpsee-client-transport v0.24.4 -> v0.24.5
    Updating jsonrpsee-core v0.24.4 -> v0.24.5
    Updating jsonrpsee-http-client v0.24.4 -> v0.24.5
    Updating jsonrpsee-proc-macros v0.24.4 -> v0.24.5
    Updating jsonrpsee-server v0.24.4 -> v0.24.5
    Updating jsonrpsee-types v0.24.4 -> v0.24.5
    Updating jsonrpsee-wasm-client v0.24.4 -> v0.24.5
    Updating jsonrpsee-ws-client v0.24.4 -> v0.24.5
    Updating libc v0.2.158 -> v0.2.159
    Updating multiaddr v0.18.1 -> v0.18.2
    Updating ordered-float v4.2.2 -> v4.3.0
    Updating pkg-config v0.3.30 -> v0.3.31
    Updating portable-atomic v1.8.0 -> v1.9.0
    Updating redox_syscall v0.5.4 -> v0.5.6
    Updating revm-inspectors v0.7.6 -> v0.7.7
    Updating rustls-pki-types v1.8.0 -> v1.9.0
    Updating serde_spanned v0.6.7 -> v0.6.8
    Updating syn v2.0.77 -> v2.0.79
    Updating syn-solidity v0.8.3 -> v0.8.5
    Updating tempfile v3.12.0 -> v3.13.0
    Updating toml_edit v0.22.21 -> v0.22.22
      Adding unsigned-varint v0.8.0
    Updating wasm-streams v0.4.0 -> v0.4.1
    Updating winnow v0.6.18 -> v0.6.20
note: pass `--verbose` to see 126 unchanged dependencies behind latest

     Locking 39 packages to latest compatible versions
    Updating alloy-chains v0.1.33 -> v0.1.34
    Updating alloy-dyn-abi v0.8.3 -> v0.8.5
    Updating alloy-json-abi v0.8.3 -> v0.8.5
    Updating alloy-sol-macro v0.8.3 -> v0.8.5
    Updating alloy-sol-macro-expander v0.8.3 -> v0.8.5
    Updating alloy-sol-macro-input v0.8.3 -> v0.8.5
    Updating alloy-sol-type-parser v0.8.3 -> v0.8.5
    Updating alloy-sol-types v0.8.3 -> v0.8.5
    Updating async-trait v0.1.82 -> v0.1.83
    Updating autocfg v1.3.0 -> v1.4.0
    Updating cc v1.1.21 -> v1.1.22
    Updating flate2 v1.0.33 -> v1.0.34
    Updating hyper-util v0.1.8 -> v0.1.9
    Updating iri-string v0.7.5 -> v0.7.6
    Updating jsonrpsee v0.24.4 -> v0.24.5
    Updating jsonrpsee-client-transport v0.24.4 -> v0.24.5
    Updating jsonrpsee-core v0.24.4 -> v0.24.5
    Updating jsonrpsee-http-client v0.24.4 -> v0.24.5
    Updating jsonrpsee-proc-macros v0.24.4 -> v0.24.5
    Updating jsonrpsee-server v0.24.4 -> v0.24.5
    Updating jsonrpsee-types v0.24.4 -> v0.24.5
    Updating jsonrpsee-wasm-client v0.24.4 -> v0.24.5
    Updating jsonrpsee-ws-client v0.24.4 -> v0.24.5
    Updating libc v0.2.158 -> v0.2.159
    Updating multiaddr v0.18.1 -> v0.18.2
    Updating ordered-float v4.2.2 -> v4.3.0
    Updating pkg-config v0.3.30 -> v0.3.31
    Updating portable-atomic v1.8.0 -> v1.9.0
    Updating redox_syscall v0.5.4 -> v0.5.6
    Updating revm-inspectors v0.7.6 -> v0.7.7
    Updating rustls-pki-types v1.8.0 -> v1.9.0
    Updating serde_spanned v0.6.7 -> v0.6.8
    Updating syn v2.0.77 -> v2.0.79
    Updating syn-solidity v0.8.3 -> v0.8.5
    Updating tempfile v3.12.0 -> v3.13.0
    Updating toml_edit v0.22.21 -> v0.22.22
      Adding unsigned-varint v0.8.0
    Updating wasm-streams v0.4.0 -> v0.4.1
    Updating winnow v0.6.18 -> v0.6.20
note: pass `--verbose` to see 126 unchanged dependencies behind latest
@mattsse mattsse closed this Sep 29, 2024
@mattsse mattsse reopened this Sep 29, 2024
@mattsse mattsse added the A-dependencies Pull requests or issues that are about dependencies label Sep 29, 2024
@mattsse mattsse added this pull request to the merge queue Sep 29, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Sep 29, 2024
@mattsse mattsse added this pull request to the merge queue Sep 29, 2024
Merged via the queue into main with commit d94462b Sep 29, 2024
36 checks passed
@mattsse mattsse deleted the cargo-update branch September 29, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Pull requests or issues that are about dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant