Update Rust crate tokio to 1.21.2
ci/woodpecker/push/deploy unknown status Details
ci/woodpecker/push/lint Pipeline was successful Details

pull/59/head
Renovate Bot 2022-09-27 21:01:10 +00:00
parent 27b16cbf5b
commit 40de1b5ff7
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@ -885,9 +885,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.21.1" version = "1.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0020c875007ad96677dcc890298f4b942882c5d4eb7cc8f439fc3bf813dc9c95" checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"
dependencies = [ dependencies = [
"autocfg", "autocfg",
"bytes", "bytes",
@ -895,7 +895,6 @@ dependencies = [
"memchr", "memchr",
"mio", "mio",
"num_cpus", "num_cpus",
"once_cell",
"parking_lot", "parking_lot",
"pin-project-lite", "pin-project-lite",
"signal-hook-registry", "signal-hook-registry",

View File

@ -13,7 +13,7 @@ name = "site"
[dependencies] [dependencies]
axum = { version = "0.5.16" } axum = { version = "0.5.16" }
hyper = { version = "0.14.20" } hyper = { version = "0.14.20" }
tokio = { version = "1.21.1", features = ["full"] } tokio = { version = "1.21.2", features = ["full"] }
tracing = "0.1.36" tracing = "0.1.36"
tracing-subscriber = {version = "0.3.15", features = ["env-filter"] } tracing-subscriber = {version = "0.3.15", features = ["env-filter"] }
tower-http = { version = "0.3.4", features = ["fs", "trace", "auth"] } tower-http = { version = "0.3.4", features = ["fs", "trace", "auth"] }