Closed github-actions[bot] closed 1 month ago
Automation to keep dependencies in Cargo.lock current.
Cargo.lock
```log info: syncing channel updates for '1.79.0-x86_64-unknown-linux-gnu' info: latest update on 2024-06-13, rust version 1.79.0 (129f3b996 2024-06-10) 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.33 -> v0.1.34 Updating alloy-core v0.8.3 -> v0.8.5 Updating alloy-dyn-abi v0.8.3 -> v0.8.5 Updating alloy-json-abi v0.8.3 -> v0.8.5 Updating alloy-primitives 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 hyper-util v0.1.8 -> v0.1.9 Adding keccak v0.1.5 Updating libc v0.2.158 -> v0.2.159 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 Adding rustc-hash v2.0.0 Updating rustls-pki-types v1.8.0 -> v1.9.0 Updating serde_spanned v0.6.7 -> v0.6.8 Adding sha3 v0.10.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 thiserror v1.0.63 -> v1.0.64 Updating thiserror-impl v1.0.63 -> v1.0.64 Updating toml_edit v0.22.21 -> v0.22.22 Removing tower v0.4.13 Updating wasm-streams v0.4.0 -> v0.4.1 Updating winnow v0.6.18 -> v0.6.20 note: pass `--verbose` to see 90 unchanged dependencies behind latest ```
Automation to keep dependencies in
Cargo.lock
current.cargo update log
```log info: syncing channel updates for '1.79.0-x86_64-unknown-linux-gnu' info: latest update on 2024-06-13, rust version 1.79.0 (129f3b996 2024-06-10) 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.33 -> v0.1.34 Updating alloy-core v0.8.3 -> v0.8.5 Updating alloy-dyn-abi v0.8.3 -> v0.8.5 Updating alloy-json-abi v0.8.3 -> v0.8.5 Updating alloy-primitives 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 hyper-util v0.1.8 -> v0.1.9 Adding keccak v0.1.5 Updating libc v0.2.158 -> v0.2.159 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 Adding rustc-hash v2.0.0 Updating rustls-pki-types v1.8.0 -> v1.9.0 Updating serde_spanned v0.6.7 -> v0.6.8 Adding sha3 v0.10.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 thiserror v1.0.63 -> v1.0.64 Updating thiserror-impl v1.0.63 -> v1.0.64 Updating toml_edit v0.22.21 -> v0.22.22 Removing tower v0.4.13 Updating wasm-streams v0.4.0 -> v0.4.1 Updating winnow v0.6.18 -> v0.6.20 note: pass `--verbose` to see 90 unchanged dependencies behind latest ```