diff --git a/Cargo.toml b/Cargo.toml index 0375ccf..f254da6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -axum = { version = "0.7", optional = true} +axum = { version = "0.8", optional = true} axum-extra = { version = "0.9", optional = true, features = ["typed-header"]} http-serde = "2.1" reqwest = { version = "0.12", features = ["rustls-tls", "stream"], default-features = false }