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

pull/12/head
Renovate Bot 2022-04-27 18:02:06 +00:00
parent 5f58b12ea1
commit 4004133a66
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -935,9 +935,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.17.0"
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"
checksum = "0f48b6d60512a392e34dbf7fd456249fd2de3c83669ab642e021903f4015185b"
dependencies = [
"bytes",
"libc",

View File

@ -13,7 +13,7 @@ name = "site"
[dependencies]
axum = { version = "0.5.1" }
hyper = { version = "0.14.18" }
tokio = { version = "1.17.0", features = ["full"] }
tokio = { version = "1.18.0", features = ["full"] }
tracing = "0.1.32"
tracing-subscriber = {version = "0.3.10", features = ["env-filter"] }
tower-http = { version = "0.2.5", features = ["fs", "trace", "auth"] }