chore(deps): update rust crate tokio to 1.37.0 - autoclosed #123

Closed
Renovate Bot wants to merge 1 commits from renovate/tokio-1.x into dev
1 changed files with 1 additions and 1 deletions

View File

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