diff --git a/Cargo.toml b/Cargo.toml index dcdf7cb..194a751 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] async-trait = "0.1" -axum = { version = "0.7.9", features = ["tracing", "multipart", "macros"] } +axum = { version = "0.8.9", features = ["tracing", "multipart", "macros"] } axum-server = { version = "0.8.0", features = ["rustls", "tls-rustls"] } azure_blob_uploader = "0.1.4" azure_storage = "0.21.0"