Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automation to keep dependencies in `Cargo.lock` current. The following is the output from `cargo update`: ```txt info: syncing channel updates for '1.75.0-x86_64-unknown-linux-gnu' info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21) info: downloading component 'rust-std' for 'wasm32-unknown-unknown' info: installing component 'rust-std' for 'wasm32-unknown-unknown' �[1m�[32m Updating�[0m derive_more v0.99.17 -> v0.99.18 �[1m�[36m Adding�[0m hermit-abi v0.4.0 �[1m�[32m Updating�[0m polling v3.7.1 -> v3.7.2 ``` Co-authored-by: github-actions <github-actions@github.com>
- Loading branch information