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 arrayref v0.3.7 -> v0.3.8 �[1m�[32m Updating�[0m async-executor v1.12.0 -> v1.13.0 �[1m�[32m Updating�[0m async-graphql v7.0.6 -> v7.0.7 �[1m�[32m Updating�[0m async-graphql-derive v7.0.6 -> v7.0.7 �[1m�[32m Updating�[0m async-graphql-parser v7.0.6 -> v7.0.7 �[1m�[32m Updating�[0m async-graphql-value v7.0.6 -> v7.0.7 �[1m�[32m Updating�[0m async-signal v0.2.8 -> v0.2.9 �[1m�[32m Updating�[0m cc v1.1.2 -> v1.1.6 �[1m�[31m Removing�[0m futures-rustls v0.24.0 �[1m�[32m Updating�[0m libloading v0.8.4 -> v0.8.5 �[1m�[32m Updating�[0m libp2p-tls v0.4.0 -> v0.4.1 �[1m�[32m Updating�[0m libp2p-websocket v0.43.0 -> v0.43.2 �[1m�[32m Updating�[0m portable-atomic v1.6.0 -> v1.7.0 �[1m�[32m Updating�[0m prometheus-client v0.22.2 -> v0.22.3 �[1m�[32m Updating�[0m raw-cpuid v11.0.2 -> v11.1.0 �[1m�[32m Updating�[0m redox_syscall v0.5.2 -> v0.5.3 �[1m�[32m Updating�[0m security-framework v2.11.0 -> v2.11.1 �[1m�[32m Updating�[0m security-framework-sys v2.11.0 -> v2.11.1 �[1m�[32m Updating�[0m serde_with v3.8.3 -> v3.9.0 �[1m�[32m Updating�[0m serde_with_macros v3.8.3 -> v3.9.0 �[1m�[31m Removing�[0m sha-1 v0.9.8 �[1m�[32m Updating�[0m soketto v0.7.1 -> v0.8.0 �[1m�[32m Updating�[0m thiserror v1.0.62 -> v1.0.63 �[1m�[32m Updating�[0m thiserror-impl v1.0.62 -> v1.0.63 �[1m�[32m Updating�[0m tokio v1.38.0 -> v1.38.1 �[1m�[32m Updating�[0m toml v0.8.14 -> v0.8.15 �[1m�[32m Updating�[0m toml_edit v0.22.15 -> v0.22.16 �[1m�[32m Updating�[0m winnow v0.6.13 -> v0.6.14 ``` Co-authored-by: github-actions <github-actions@github.com>
- Loading branch information