fix(deps): update rust crate axum to 0.8 #41

Closed
renovate wants to merge 1 commit from renovate/axum-0.x into main

View file

@ -17,7 +17,7 @@ multiple_crate_versions = "allow"
pedantic = { level = "warn", priority = -1 } pedantic = { level = "warn", priority = -1 }
[dependencies] [dependencies]
axum = "0.7" axum = "0.8"
axum-client-ip = "0.6" axum-client-ip = "0.6"
base64 = "0.22" base64 = "0.22"
clap = { version = "4", features = ["derive", "env"] } clap = { version = "4", features = ["derive", "env"] }