From 8590808a0e7794660a4a643bdafb4fd3639469c7 Mon Sep 17 00:00:00 2001 From: Ryan Levick Date: Thu, 19 Oct 2023 16:03:50 +0200 Subject: [PATCH] Update spin-componentize Signed-off-by: Ryan Levick --- Cargo.lock | 2 +- Cargo.toml | 2 +- examples/spin-timer/Cargo.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 930f020bc..4d1863cb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5700,7 +5700,7 @@ dependencies = [ [[package]] name = "spin-componentize" version = "0.1.0" -source = "git+https://github.com/fermyon/spin-componentize?rev=0c68c5f2afae65c2011fa23b30fd136682506e2a#0c68c5f2afae65c2011fa23b30fd136682506e2a" +source = "git+https://github.com/fermyon/spin-componentize?rev=00820a455086c3d04b1a01236af03be38aac38a1#00820a455086c3d04b1a01236af03be38aac38a1" dependencies = [ "anyhow", "wasm-encoder 0.35.0", diff --git a/Cargo.toml b/Cargo.toml index 892b15480..320040bf2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,7 +119,7 @@ wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", rev = "c796ce "component-model", ] } wasmtime-wasi-http = { git = "https://github.com/bytecodealliance/wasmtime", rev = "c796ce7376a57a40605f03e74bd78cefcc9acf3a" } -spin-componentize = { git = "https://github.com/fermyon/spin-componentize", rev = "0c68c5f2afae65c2011fa23b30fd136682506e2a" } +spin-componentize = { git = "https://github.com/fermyon/spin-componentize", rev = "00820a455086c3d04b1a01236af03be38aac38a1" } hyper = { version = "=1.0.0-rc.3", features = ["full"] } http-body-util = "=0.1.0-rc.2" diff --git a/examples/spin-timer/Cargo.lock b/examples/spin-timer/Cargo.lock index 66e496a37..f67612c86 100644 --- a/examples/spin-timer/Cargo.lock +++ b/examples/spin-timer/Cargo.lock @@ -3604,7 +3604,7 @@ dependencies = [ [[package]] name = "spin-componentize" version = "0.1.0" -source = "git+https://github.com/fermyon/spin-componentize?rev=0c68c5f2afae65c2011fa23b30fd136682506e2a#0c68c5f2afae65c2011fa23b30fd136682506e2a" +source = "git+https://github.com/fermyon/spin-componentize?rev=00820a455086c3d04b1a01236af03be38aac38a1#00820a455086c3d04b1a01236af03be38aac38a1" dependencies = [ "anyhow", "wasm-encoder 0.35.0",