Update axum to 0.7

This commit is contained in:
Rob Wagner 2023-11-27 19:27:05 -05:00
parent 138087edc4
commit a5928f10a6
No known key found for this signature in database
GPG key ID: 53CCB4497B15CF61

View file

@ -16,7 +16,7 @@ guards = ["tower", "futures-core", "pin-project-lite"]
serde = ["dep:serde", "dep:serde_json"]
[dependencies]
axum = { git = "https://github.com/tokio-rs/axum", branch = "main", default-features = false }
axum = { version = "0.7", default-features = false }
# Optional dependencies required for the `guards` feature.
tower = { version = "0.4", default-features = false, optional = true }