mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
deps: Bump axum
to 0.6.0
This commit is contained in:
parent
15bd11ebe9
commit
a6d3e1e9b1
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue