deps: Bump axum to 0.6.0

This commit is contained in:
Lev Khoroshansky 2022-11-28 15:42:12 +01:00
parent 15bd11ebe9
commit a6d3e1e9b1

View file

@ -94,7 +94,7 @@ sqlx = { version = "0.6", optional = true, default-features = false, features =
redis = { version = "0.21", features = ["tokio-comp"], optional = true }
serde_cbor = { version = "0.11", optional = true }
bincode = { version = "1.3", optional = true }
axum = { version = "0.5.13", optional = true }
axum = { version = "0.6.0", optional = true }
tower = { version = "0.4.12", optional = true }
tower-http = { version = "0.3.4", features = ["trace"], optional = true }
rand = { version = "0.8.5", optional = true }