Update Rust crate async-std to 1.13.0
Unit Tests with docker compose and cargo / unit-test (push) Has been cancelled Details

This commit is contained in:
Renovate Bot 2025-01-03 08:41:14 +00:00
parent 4fcd408d3f
commit 0d50cd1daf
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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]]

View File

@ -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"