From 0bdaa239471b2d7d5980bfe803e6f4eaf2edbd74 Mon Sep 17 00:00:00 2001 From: Guyoung Studio Date: Tue, 25 Feb 2025 10:26:01 +0800 Subject: [PATCH] Update Cargo.toml add url dependencie --- crates/trigger-http/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/trigger-http/Cargo.toml b/crates/trigger-http/Cargo.toml index ad10fa3edf..f08f02543b 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