diff --git a/Cargo.toml b/Cargo.toml index be287cd..11cb504 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,4 +24,4 @@ paste = "1.0.6" serde = { version = "1.0.136", default-features = false, features = ["derive"] } tokio = { version = "1.16.1", features = ["rt", "macros"] } tokio-test = "0.4.2" -axum = { version = "0.4.5", default-features = false, features = ["headers"] } +axum = { version = "0.5.16", default-features = false, features = ["headers", "query"] }