fix(deps): update rust crate axum to 0.8
Some checks failed
renovate/artifacts Artifact file update failure
/ build (push) Failing after 3s
/ check (push) Has been skipped
/ report-size (push) Has been skipped

| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| crate      | axum    | 0.7.9 | 0.8.0 |
This commit is contained in:
Renovate Bot 2025-01-01 11:40:19 +01:00
parent e4451beebf
commit ff4286df31
Signed by: renovate
SSH key fingerprint: SHA256:Ok6vtqmmerU0tEwRrmaddAKicKgaATKobBC7exAUPLo

View file

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