Update Rust crate async-std to 1.13.0
Unit Tests with docker compose and cargo / unit-test (push) Has been cancelled
Details
Unit Tests with docker compose and cargo / unit-test (push) Has been cancelled
Details
This commit is contained in:
parent
4fcd408d3f
commit
0d50cd1daf
|
@ -2225,7 +2225,7 @@ version = "0.1.9"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
||||
dependencies = [
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -12,7 +12,7 @@ serde = "1.0.171"
|
|||
toml = "0.8.8"
|
||||
log = "0.4.19"
|
||||
stderrlog = "0.6.0"
|
||||
async-std = "1.12.0"
|
||||
async-std = "1.13.0"
|
||||
|
||||
[dependencies.mastodon-async]
|
||||
version = "1.0"
|
||||
|
|
Loading…
Reference in New Issue