chore: run clippy and cargo fmt on pending changes
This commit is contained in:
parent
db3d078935
commit
07871b77f3
8 changed files with 34 additions and 24 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -423,9 +423,7 @@ checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
|
|||
dependencies = [
|
||||
"android-tzdata",
|
||||
"iana-time-zone",
|
||||
"js-sys",
|
||||
"num-traits",
|
||||
"wasm-bindgen",
|
||||
"windows-link",
|
||||
]
|
||||
|
||||
|
@ -2944,9 +2942,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.44.1"
|
||||
version = "1.44.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a"
|
||||
checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"bytes",
|
||||
|
@ -4151,7 +4149,6 @@ dependencies = [
|
|||
"bytemuck",
|
||||
"cargo-lock",
|
||||
"cgmath",
|
||||
"chrono",
|
||||
"colored",
|
||||
"futures",
|
||||
"image",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue