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

pull/44/head
Renovate Bot 2022-08-01 14:02:45 +00:00
parent accf5b295e
commit c2beedbbed
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -960,10 +960,11 @@ dependencies = [
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.19.2" version = "1.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439" checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581"
dependencies = [ dependencies = [
"autocfg",
"bytes", "bytes",
"libc", "libc",
"memchr", "memchr",

View File

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