diff --git a/crates/trigger-http/Cargo.toml b/crates/trigger-http/Cargo.toml index ad10fa3ed..f08f02543 100644 --- a/crates/trigger-http/Cargo.toml +++ b/crates/trigger-http/Cargo.toml @@ -36,6 +36,8 @@ tokio-rustls = { version = "0.26", default-features = false, features = ["loggin tracing = { workspace = true } wasmtime-wasi = { workspace = true } wasmtime-wasi-http = { workspace = true } +url = { workspace = true } + [lints] workspace = true