Update Rust crate async-std to 1.13.0
Unit Tests with docker compose and cargo / unit-test (push) Successful in 2m56s Details

This commit is contained in:
Renovate Bot 2025-01-03 11:45:40 +00:00
parent a612b1b687
commit 548204f071
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View File

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "addr2line"
@ -402,7 +402,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
dependencies = [
"libc",
"windows-sys 0.59.0",
"windows-sys 0.52.0",
]
[[package]]
@ -1390,7 +1390,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.59.0",
"windows-sys 0.52.0",
]
[[package]]
@ -1766,7 +1766,7 @@ dependencies = [
"getrandom",
"once_cell",
"rustix",
"windows-sys 0.59.0",
"windows-sys 0.52.0",
]
[[package]]
@ -2220,7 +2220,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"