chore: update to axum 0.8
All checks were successful
/ build (push) Successful in 1s
/ check (push) Successful in 7s
/ report-size (push) Successful in 2s

This requires updating axum-client-ip too as it depends on axum.
This commit is contained in:
Jalil David Salamé Messina 2025-01-01 19:30:45 +01:00
parent 22ab037b6f
commit 4490dfac05
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 11 additions and 23 deletions

View file

@ -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 = [