diff --git a/Cargo.toml b/Cargo.toml index 6639818..9573598 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ documentation = "https://github.com/samply/spot" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -axum = "0.6.12" +axum = "0.7.5" #axum-macros = "0.3.7" clap = { version = "4.2.1", features = ["env", "derive"] } serde = { version = "1.0.159", features = ["serde_derive"] }