Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot 59bb1b34a1 chore(deps): update rust crate tokio to 1.30.0
renovate/artifacts Artifact file update failure
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/build Pipeline was successful Details
2023-08-09 16:00:37 +00:00
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.29.1", features = ["full"] }
tokio = { version = "1.30.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"] }