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 28 packages to latest compatible versions Updating alloy-chains v0.1.36 -> v0.1.38 Updating alloy-core v0.8.5 -> v0.8.7 Updating alloy-dyn-abi v0.8.5 -> v0.8.7 Updating alloy-json-abi v0.8.5 -> v0.8.7 Updating alloy-primitives v0.8.5 -> v0.8.7 Updating alloy-sol-macro v0.8.5 -> v0.8.7 Updating alloy-sol-macro-expander v0.8.5 -> v0.8.7 Updating alloy-sol-macro-input v0.8.5 -> v0.8.7 Updating alloy-sol-type-parser v0.8.5 -> v0.8.7 Updating alloy-sol-types v0.8.5 -> v0.8.7 Updating cc v1.1.25 -> v1.1.30 Updating clap v4.5.19 -> v4.5.20 Updating clap_builder v4.5.19 -> v4.5.20 Adding foldhash v0.1.3 Updating js-sys v0.3.70 -> v0.3.72 Updating lru v0.12.4 -> v0.12.5 Updating proc-macro2 v1.0.86 -> v1.0.87 Updating scc v2.2.0 -> v2.2.1 Updating schannel v0.1.24 -> v0.1.26 Updating sdd v3.0.3 -> v3.0.4 Updating syn-solidity v0.8.5 -> v0.8.7 Updating wasm-bindgen v0.2.93 -> v0.2.95 Updating wasm-bindgen-backend v0.2.93 -> v0.2.95 Updating wasm-bindgen-futures v0.4.43 -> v0.4.45 Updating wasm-bindgen-macro v0.2.93 -> v0.2.95 Updating wasm-bindgen-macro-support v0.2.93 -> v0.2.95 Updating wasm-bindgen-shared v0.2.93 -> v0.2.95 Updating web-sys v0.3.70 -> v0.3.72 note: pass `--verbose` to see 115 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 28 packages to latest compatible versions Updating alloy-chains v0.1.36 -> v0.1.38 Updating alloy-core v0.8.5 -> v0.8.7 Updating alloy-dyn-abi v0.8.5 -> v0.8.7 Updating alloy-json-abi v0.8.5 -> v0.8.7 Updating alloy-primitives v0.8.5 -> v0.8.7 Updating alloy-sol-macro v0.8.5 -> v0.8.7 Updating alloy-sol-macro-expander v0.8.5 -> v0.8.7 Updating alloy-sol-macro-input v0.8.5 -> v0.8.7 Updating alloy-sol-type-parser v0.8.5 -> v0.8.7 Updating alloy-sol-types v0.8.5 -> v0.8.7 Updating cc v1.1.25 -> v1.1.30 Updating clap v4.5.19 -> v4.5.20 Updating clap_builder v4.5.19 -> v4.5.20 Adding foldhash v0.1.3 Updating js-sys v0.3.70 -> v0.3.72 Updating lru v0.12.4 -> v0.12.5 Updating proc-macro2 v1.0.86 -> v1.0.87 Updating scc v2.2.0 -> v2.2.1 Updating schannel v0.1.24 -> v0.1.26 Updating sdd v3.0.3 -> v3.0.4 Updating syn-solidity v0.8.5 -> v0.8.7 Updating wasm-bindgen v0.2.93 -> v0.2.95 Updating wasm-bindgen-backend v0.2.93 -> v0.2.95 Updating wasm-bindgen-futures v0.4.43 -> v0.4.45 Updating wasm-bindgen-macro v0.2.93 -> v0.2.95 Updating wasm-bindgen-macro-support v0.2.93 -> v0.2.95 Updating wasm-bindgen-shared v0.2.93 -> v0.2.95 Updating web-sys v0.3.70 -> v0.3.72 note: pass `--verbose` to see 115 unchanged dependencies behind latest ```