chore: update axum version

This commit is contained in:
Jesús Pérez 2025-12-22 10:45:15 +00:00
parent aca491ba42
commit 18dbde1de1
Signed by: jesus
GPG Key ID: 9F243E355E0BC939
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -204,9 +204,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
[[package]]
name = "axum"
version = "0.8.7"
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425"
checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8"
dependencies = [
"axum-core",
"bytes",

View File

@ -58,7 +58,7 @@ crossterm = "0.29"
atty = "0.2"
# Web Backend (axum)
axum = { version = "0.8.7", features = ["multipart"] }
axum = { version = "0.8.8", features = ["multipart"] }
tower = "0.5.2"
tower-http = { version = "0.6.8", features = ["fs", "cors"] }
tracing = "0.1"