chore: update to axum 0.8
This requires updating axum-client-ip too as it depends on axum.
This commit is contained in:
parent
22ab037b6f
commit
4490dfac05
2 changed files with 11 additions and 23 deletions
|
@ -17,8 +17,8 @@ multiple_crate_versions = "allow"
|
|||
pedantic = { level = "warn", priority = -1 }
|
||||
|
||||
[dependencies]
|
||||
axum = "0.7"
|
||||
axum-client-ip = "0.6"
|
||||
axum = "0.8"
|
||||
axum-client-ip = "0.7"
|
||||
base64 = "0.22"
|
||||
clap = { version = "4", features = ["derive", "env"] }
|
||||
clap-verbosity-flag = { version = "3", default-features = false, features = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue