fix(deps): update rust crate async-std to 1.12.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
Renovate Bot 2024-03-10 11:00:55 +00:00
parent 14aaf5718e
commit 76be8cb792
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View file

@ -191,9 +191,9 @@ dependencies = [
[[package]] [[package]]
name = "async-std" name = "async-std"
version = "1.9.0" version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341" checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
dependencies = [ dependencies = [
"async-channel", "async-channel",
"async-global-executor", "async-global-executor",
@ -208,7 +208,6 @@ dependencies = [
"kv-log-macro", "kv-log-macro",
"log 0.4.21", "log 0.4.21",
"memchr", "memchr",
"num_cpus",
"once_cell", "once_cell",
"pin-project-lite", "pin-project-lite",
"pin-utils", "pin-utils",

View file

@ -13,7 +13,7 @@ readme = "README.md"
[dependencies] [dependencies]
# atty = "0.2.14" # atty = "0.2.14"
async-std = "1.9.0" async-std = "1.12.0"
base64 = "0.13.0" base64 = "0.13.0"
chrono = "0.4.35" chrono = "0.4.35"
clap = { version = "2.33.3", features = ["yaml"] } clap = { version = "2.33.3", features = ["yaml"] }