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

Merged
merged 1 commit into from
Feb 9, 2025
Merged

chore(deps): weekly cargo update #558

merged 1 commit into from
Feb 9, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 9, 2025

Automation to keep dependencies in Cargo.lock current.

cargo update log

info: syncing channel updates for '1.81.0-x86_64-unknown-linux-gnu'
info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
info: downloading component 'cargo'
info: downloading component 'clippy'
info: downloading component 'rust-docs'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: downloading component 'rustfmt'
info: installing component 'cargo'
info: installing component 'clippy'
info: installing component 'rust-docs'
info: installing component 'rust-std'
info: installing component 'rustc'
info: installing component 'rustfmt'
     Locking 31 packages to latest compatible versions
    Updating alloy-chains v0.1.58 -> v0.1.59
    Updating alloy-core v0.8.19 -> v0.8.20
    Updating alloy-dyn-abi v0.8.19 -> v0.8.20
    Updating alloy-json-abi v0.8.19 -> v0.8.20
    Updating alloy-primitives v0.8.19 -> v0.8.20
    Updating alloy-sol-macro v0.8.19 -> v0.8.20
    Updating alloy-sol-macro-expander v0.8.19 -> v0.8.20
    Updating alloy-sol-macro-input v0.8.19 -> v0.8.20
    Updating alloy-sol-type-parser v0.8.19 -> v0.8.20
    Updating alloy-sol-types v0.8.19 -> v0.8.20
    Updating bytes v1.9.0 -> v1.10.0
    Updating cc v1.2.11 -> v1.2.13
    Updating clap v4.5.27 -> v4.5.28
    Updating clap_derive v4.5.24 -> v4.5.28
      Adding const_format v0.2.34
      Adding const_format_proc_macros v0.2.34
    Updating derive_more v0.99.18 -> v0.99.19 (latest: v2.0.1)
    Updating once_cell v1.20.2 -> v1.20.3
    Updating openssl v0.10.69 -> v0.10.70
    Updating openssl-sys v0.9.104 -> v0.9.105
    Updating parity-scale-codec v3.6.12 -> v3.7.4
    Updating parity-scale-codec-derive v3.6.12 -> v3.7.4
    Updating pin-project v1.1.8 -> v1.1.9
    Updating pin-project-internal v1.1.8 -> v1.1.9
    Updating rustc-hash v2.1.0 -> v2.1.1
    Updating scc v2.3.0 -> v2.3.3
    Updating sdd v3.0.5 -> v3.0.7
    Updating syn v2.0.97 -> v2.0.98
    Updating syn-solidity v0.8.19 -> v0.8.20
    Updating wait-timeout v0.2.0 -> v0.2.1
    Updating winnow v0.7.0 -> v0.7.1
note: pass `--verbose` to see 154 unchanged dependencies behind latest

info: syncing channel updates for '1.81.0-x86_64-unknown-linux-gnu'
info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
info: downloading component 'cargo'
info: downloading component 'clippy'
info: downloading component 'rust-docs'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: downloading component 'rustfmt'
info: installing component 'cargo'
info: installing component 'clippy'
info: installing component 'rust-docs'
info: installing component 'rust-std'
info: installing component 'rustc'
info: installing component 'rustfmt'
     Locking 31 packages to latest compatible versions
    Updating alloy-chains v0.1.58 -> v0.1.59
    Updating alloy-core v0.8.19 -> v0.8.20
    Updating alloy-dyn-abi v0.8.19 -> v0.8.20
    Updating alloy-json-abi v0.8.19 -> v0.8.20
    Updating alloy-primitives v0.8.19 -> v0.8.20
    Updating alloy-sol-macro v0.8.19 -> v0.8.20
    Updating alloy-sol-macro-expander v0.8.19 -> v0.8.20
    Updating alloy-sol-macro-input v0.8.19 -> v0.8.20
    Updating alloy-sol-type-parser v0.8.19 -> v0.8.20
    Updating alloy-sol-types v0.8.19 -> v0.8.20
    Updating bytes v1.9.0 -> v1.10.0
    Updating cc v1.2.11 -> v1.2.13
    Updating clap v4.5.27 -> v4.5.28
    Updating clap_derive v4.5.24 -> v4.5.28
      Adding const_format v0.2.34
      Adding const_format_proc_macros v0.2.34
    Updating derive_more v0.99.18 -> v0.99.19 (latest: v2.0.1)
    Updating once_cell v1.20.2 -> v1.20.3
    Updating openssl v0.10.69 -> v0.10.70
    Updating openssl-sys v0.9.104 -> v0.9.105
    Updating parity-scale-codec v3.6.12 -> v3.7.4
    Updating parity-scale-codec-derive v3.6.12 -> v3.7.4
    Updating pin-project v1.1.8 -> v1.1.9
    Updating pin-project-internal v1.1.8 -> v1.1.9
    Updating rustc-hash v2.1.0 -> v2.1.1
    Updating scc v2.3.0 -> v2.3.3
    Updating sdd v3.0.5 -> v3.0.7
    Updating syn v2.0.97 -> v2.0.98
    Updating syn-solidity v0.8.19 -> v0.8.20
    Updating wait-timeout v0.2.0 -> v0.2.1
    Updating winnow v0.7.0 -> v0.7.1
note: pass `--verbose` to see 154 unchanged dependencies behind latest
@github-actions github-actions bot requested a review from Jon-Becker as a code owner February 9, 2025 00:12
@Jon-Becker Jon-Becker merged commit 8c833b1 into main Feb 9, 2025
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.

1 participant