From 011e770537fa11a80471ecfa2028ac811d6d4220 Mon Sep 17 00:00:00 2001 From: Radu Matei Date: Sat, 19 Feb 2022 10:55:12 +0200 Subject: [PATCH 1/2] chore: update Wasmtime to v0.34 This commit updates the Wasmtime dependency to v0.34. Signed-off-by: Radu Matei --- Cargo.toml | 8 ++++---- crates/wasi-experimental-http-wasmtime/Cargo.toml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d38909c..acb818b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,10 +14,10 @@ ] } structopt = "0.3" tokio = { version = "1.4", features = [ "full" ] } - wasmtime = "0.33" - wasmtime-wasi = "0.33" - wasi-common = "0.33" - wasi-cap-std-sync = "0.33" + wasmtime = "0.34" + wasmtime-wasi = "0.34" + wasi-common = "0.34" + wasi-cap-std-sync = "0.34" wasi-experimental-http = { path = "crates/wasi-experimental-http" } wasi-experimental-http-wasmtime = { path = "crates/wasi-experimental-http-wasmtime" } diff --git a/crates/wasi-experimental-http-wasmtime/Cargo.toml b/crates/wasi-experimental-http-wasmtime/Cargo.toml index 819feb3..dfa0301 100644 --- a/crates/wasi-experimental-http-wasmtime/Cargo.toml +++ b/crates/wasi-experimental-http-wasmtime/Cargo.toml @@ -21,6 +21,6 @@ tokio = { version = "1.4.0", features = [ "full" ] } tracing = { version = "0.1", features = [ "log" ] } url = "2.2.1" - wasmtime = "0.33" - wasmtime-wasi = "0.33" - wasi-common = "0.33" + wasmtime = "0.34" + wasmtime-wasi = "0.34" + wasi-common = "0.34" From 4a679ee7c5bbf8d7ee6be86678009cb91519a32e Mon Sep 17 00:00:00 2001 From: Radu Matei Date: Sat, 19 Feb 2022 10:59:23 +0200 Subject: [PATCH 2/2] chore: bump package versions to v0.9.0 Signed-off-by: Radu Matei --- Cargo.toml | 2 +- crates/as/package.json | 2 +- crates/wasi-experimental-http-wasmtime/Cargo.toml | 2 +- crates/wasi-experimental-http/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index acb818b..dae35ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasi-experimental-http-wasmtime-sample" - version = "0.8.0" + version = "0.9.0" authors = [ "Radu Matei " ] edition = "2021" diff --git a/crates/as/package.json b/crates/as/package.json index 664e91d..a2f4234 100644 --- a/crates/as/package.json +++ b/crates/as/package.json @@ -3,7 +3,7 @@ "main": "index.ts", "ascMain": "index.ts", "types": "index.ts", - "version": "0.8.0", + "version": "0.9.0", "description": "Experimental HTTP library for AssemblyScript", "author": { "name": "The DeisLabs team at Microsoft" diff --git a/crates/wasi-experimental-http-wasmtime/Cargo.toml b/crates/wasi-experimental-http-wasmtime/Cargo.toml index dfa0301..93a2e6e 100644 --- a/crates/wasi-experimental-http-wasmtime/Cargo.toml +++ b/crates/wasi-experimental-http-wasmtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasi-experimental-http-wasmtime" - version = "0.8.0" + version = "0.9.0" authors = [ "Radu Matei " ] edition = "2021" repository = "https://github.com/deislabs/wasi-experimental-http" diff --git a/crates/wasi-experimental-http/Cargo.toml b/crates/wasi-experimental-http/Cargo.toml index e28acbb..c9c3e07 100644 --- a/crates/wasi-experimental-http/Cargo.toml +++ b/crates/wasi-experimental-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasi-experimental-http" - version = "0.8.0" + version = "0.9.0" authors = [ "Radu Matei " ] edition = "2018" repository = "https://github.com/deislabs/wasi-experimental-http"