Upgrade axum to 0.5
This commit is contained in:
parent
1219535e56
commit
db0659cb3d
3 changed files with 10 additions and 10 deletions
|
@ -14,7 +14,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
# Web framework
|
||||
axum = { version = "0.4.4", features = ["headers"], optional = true }
|
||||
axum = { version = "0.5.0", features = ["headers"], optional = true }
|
||||
axum-server = { version = "0.3.3", features = ["tls-rustls"] }
|
||||
tower = { version = "0.4.11", features = ["util"] }
|
||||
tower-http = { version = "0.2.1", features = ["add-extension", "cors", "compression-full", "sensitive-headers", "trace", "util"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue