diff --git a/Cargo.toml b/Cargo.toml index 7a696fb..1849c68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ reqwest = { version = "0.12.3", features = ["json"] } serde = { version = "1.0.198", features = ["derive"] } serde_json = "1.0.116" serde_yaml = "0.9.32" -axum = { version = "0.7.5", features = ["macros"] } +axum = { version = "0.8.0", features = ["macros"] } axum-extra = { version = "0.10.0", features = ["query"] } regex = "1.10.4" itertools = "0.14.0"