diff --git a/Cargo.toml b/Cargo.toml index 397639a..00f7180 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 = "0.6" +axum = "0.7" axum-macros = "0.4.1" base64 = { version = "0.21.0", default_features = false } http = "0.2"