chore: update axum version
This commit is contained in:
parent
aca491ba42
commit
18dbde1de1
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user