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

pull/16/head
Renovate Bot 2022-05-02 16:03:50 +00:00
parent 95961f141d
commit 89379ba85b
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -13,7 +13,7 @@ name = "site"
[dependencies]
axum = { version = "0.5.4" }
hyper = { version = "0.14.18" }
tokio = { version = "1.18.0", features = ["full"] }
tokio = { version = "1.18.1", features = ["full"] }
tracing = "0.1.34"
tracing-subscriber = {version = "0.3.11", features = ["env-filter"] }
tower-http = { version = "0.3.2", features = ["fs", "trace", "auth"] }