Compare commits

...

1 commit

Author SHA1 Message Date
6aa77a9c05 chore(deps): update rust crate axum to 0.7.3
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/lint Pipeline was successful
2023-12-29 17:00:23 +00:00

View file

@ -11,7 +11,7 @@ name = "site"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
axum = { version = "0.6.18" } axum = { version = "0.7.3" }
hyper = { version = "0.14.26" } hyper = { version = "0.14.26" }
tokio = { version = "1.28.0", features = ["full"] } tokio = { version = "1.28.0", features = ["full"] }
tracing = "0.1.37" tracing = "0.1.37"