From a16ee82f2695956abaf58bfef389f81759fde861 Mon Sep 17 00:00:00 2001 From: Ryan Levick Date: Fri, 8 Sep 2023 11:01:22 +0200 Subject: [PATCH] Update spin-componentize Signed-off-by: Ryan Levick --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ba65858c..7701a3a69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5685,7 +5685,7 @@ dependencies = [ [[package]] name = "spin-componentize" version = "0.1.0" -source = "git+https://github.com/fermyon/spin-componentize?rev=3653d24ee95b4efcc39de52b5c988b435f87712a#3653d24ee95b4efcc39de52b5c988b435f87712a" +source = "git+https://github.com/fermyon/spin-componentize?rev=0aa9622d2dafbdacae55b1fd62eb5bb36bf84b2d#0aa9622d2dafbdacae55b1fd62eb5bb36bf84b2d" dependencies = [ "anyhow", "wasm-encoder", diff --git a/Cargo.toml b/Cargo.toml index a1fed286d..a844af42f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ tracing = { version = "0.1", features = ["log"] } wasmtime-wasi = { version = "10.0.1", features = ["tokio"] } wasi-common-preview1 = { package = "wasi-common", version = "10.0.1" } wasmtime = { version = "10.0.1", features = ["component-model"] } -spin-componentize = { git = "https://github.com/fermyon/spin-componentize", rev = "3653d24ee95b4efcc39de52b5c988b435f87712a" } +spin-componentize = { git = "https://github.com/fermyon/spin-componentize", rev = "0aa9622d2dafbdacae55b1fd62eb5bb36bf84b2d" } [workspace.dependencies.bindle] git = "https://github.com/fermyon/bindle"