From 45c4c9199854bc1b89eefda49a40a1c8ebdcd85b Mon Sep 17 00:00:00 2001 From: Lann Martin Date: Wed, 18 Oct 2023 09:16:19 -0400 Subject: [PATCH] manifest: Remove outbound-http dep Signed-off-by: Lann Martin --- Cargo.lock | 1 - crates/manifest/Cargo.toml | 1 - examples/spin-timer/Cargo.lock | 1 - 3 files changed, 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20bd7a058..ee53685d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5946,7 +5946,6 @@ dependencies = [ "anyhow", "glob", "indexmap 1.9.2", - "outbound-http", "serde", "serde_json", "spin-serde", diff --git a/crates/manifest/Cargo.toml b/crates/manifest/Cargo.toml index bb9c731d3..e0ee5af5d 100644 --- a/crates/manifest/Cargo.toml +++ b/crates/manifest/Cargo.toml @@ -7,7 +7,6 @@ edition = { workspace = true } [dependencies] anyhow = "1.0.75" indexmap = { version = "1", features = ["serde"] } -outbound-http = { path = "../outbound-http" } serde = { version = "1.0", features = ["derive"] } spin-serde = { path = "../serde" } thiserror = "1" diff --git a/examples/spin-timer/Cargo.lock b/examples/spin-timer/Cargo.lock index db2d3b45b..4afa24a10 100644 --- a/examples/spin-timer/Cargo.lock +++ b/examples/spin-timer/Cargo.lock @@ -3773,7 +3773,6 @@ version = "2.0.0-pre0" dependencies = [ "anyhow", "indexmap 1.9.3", - "outbound-http", "serde", "spin-serde", "thiserror",