diff --git a/Cargo.toml b/Cargo.toml index 31fc4a5..c42128d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ default = ["local_trigger"] local_trigger = [] [dependencies] -axum = { version = "0.7.5", default-features = false, features = ["tokio", "http1", "http2", "json"] } +axum = { version = "0.7.5", default-features = false, features = ["tokio", "http1", "json"] } base64 = "0.22.1" hmac = "0.12.1" http-body-util = "0.1.2"