chore(deps): update rust crate tokio to 1.28.1
ci/woodpecker/push/deploy unknown status Details
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/build Pipeline was successful Details

Renovate Bot 2023-05-10 13:06:01 +00:00
parent e5147a92b9
commit 6b79f4baa5
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -922,9 +922,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.28.0" version = "1.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3c786bf8134e5a3a166db9b29ab8f48134739014a3eca7bc6bfa95d673b136f" checksum = "0aa32867d44e6f2ce3385e89dceb990188b8bb0fb25b0cf576647a6f98ac5105"
dependencies = [ dependencies = [
"autocfg", "autocfg",
"bytes", "bytes",

View File

@ -13,7 +13,7 @@ name = "site"
[dependencies] [dependencies]
axum = { version = "0.6.18" } axum = { version = "0.6.18" }
hyper = { version = "0.14.26" } hyper = { version = "0.14.26" }
tokio = { version = "1.28.0", features = ["full"] } tokio = { version = "1.28.1", features = ["full"] }
tracing = "0.1.37" tracing = "0.1.37"
tracing-subscriber = {version = "0.3.17", features = ["env-filter"] } tracing-subscriber = {version = "0.3.17", features = ["env-filter"] }
tower-http = { version = "0.4.0", features = ["fs", "trace", "auth"] } tower-http = { version = "0.4.0", features = ["fs", "trace", "auth"] }