From 763c5e031f99085e6dace09ff391cdd0177ab5fd Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Wed, 18 Mar 2026 19:15:07 +0900 Subject: handle url-encoded webhooks as well --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3b83602..8538969 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,3 +9,4 @@ http-body-util = "0.1.3" hyper = { version = "1.8.1", features = ["server", "client", "http1"] } hyper-util = { version = "0.1.20", features = ["tokio", "client-legacy", "http1"] } tokio = { version = "1.50.0", features = ["rt-multi-thread", "net", "macros"] } +form_urlencoded = "1" -- cgit v1.2.3