From d78457bd294227bc381af621e77e425e3a944ac2 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Wed, 5 Apr 2023 01:18:11 -0700 Subject: [PATCH] Update versions of wcgi --- Cargo.lock | 8 ++++---- lib/wasi/Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9b355f2c50..f6d400801b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6053,9 +6053,9 @@ dependencies = [ [[package]] name = "wcgi" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c55e796fc6fedd026ae32f2ddc3e09df539c456e0089e9b2d59d9eb0acd9d09" +checksum = "39ca8f334eec3a8197bd25a612c74f415b8691d219ee11f1acd20f15a3e2bf77" dependencies = [ "http", "http-serde", @@ -6066,9 +6066,9 @@ dependencies = [ [[package]] name = "wcgi-host" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e52e12306a76b04eb7646fc760c34e3db79b2f6ffad0ab63822aa521bcdfc4dc" +checksum = "a762cf2b0ed389a2a2fb591d63a398c1a4c0f8bef938cfd040285a3c63b695cc" dependencies = [ "http", "serde", diff --git a/lib/wasi/Cargo.toml b/lib/wasi/Cargo.toml index 0b3f88c00ba..e6ea4705f9c 100644 --- a/lib/wasi/Cargo.toml +++ b/lib/wasi/Cargo.toml @@ -57,8 +57,8 @@ once_cell = "1.17.0" pin-project = "1.0.12" # Used by the WCGI runner hyper = { version = "0.14", features = ["server", "stream"], optional = true } -wcgi = { version = "0.1.1", optional = true } -wcgi-host = { version = "0.1.1", optional = true } +wcgi = { version = "0.1.2", optional = true } +wcgi-host = { version = "0.1.2", optional = true } tower-http = { version = "0.4.0", features = ["trace", "util", "catch-panic", "cors"], optional = true } tower = { version = "0.4.13", features = ["make", "util"], optional = true }