From 1d500ae9739c344369b9821dbef9715bfe20a86b Mon Sep 17 00:00:00 2001 From: Ryan Levick Date: Wed, 11 Oct 2023 14:46:44 +0200 Subject: [PATCH] Move to using direct sha Signed-off-by: Ryan Levick --- Cargo.lock | 74 +++++++++++++++++++------------------- Cargo.toml | 4 +-- abi-conformance/Cargo.toml | 4 +-- 3 files changed, 41 insertions(+), 41 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79e627e..ebc455a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -293,7 +293,7 @@ dependencies = [ [[package]] name = "cranelift-bforest" version = "0.101.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "cranelift-entity", ] @@ -301,7 +301,7 @@ dependencies = [ [[package]] name = "cranelift-codegen" version = "0.101.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "bumpalo", "cranelift-bforest", @@ -321,7 +321,7 @@ dependencies = [ [[package]] name = "cranelift-codegen-meta" version = "0.101.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "cranelift-codegen-shared", ] @@ -329,12 +329,12 @@ dependencies = [ [[package]] name = "cranelift-codegen-shared" version = "0.101.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" [[package]] name = "cranelift-control" version = "0.101.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "arbitrary", ] @@ -342,7 +342,7 @@ dependencies = [ [[package]] name = "cranelift-entity" version = "0.101.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "serde", "serde_derive", @@ -351,7 +351,7 @@ dependencies = [ [[package]] name = "cranelift-frontend" version = "0.101.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "cranelift-codegen", "log", @@ -362,12 +362,12 @@ dependencies = [ [[package]] name = "cranelift-isle" version = "0.101.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" [[package]] name = "cranelift-native" version = "0.101.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "cranelift-codegen", "libc", @@ -377,7 +377,7 @@ dependencies = [ [[package]] name = "cranelift-wasm" version = "0.101.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "cranelift-codegen", "cranelift-entity", @@ -1671,7 +1671,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasi-cap-std-sync" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "anyhow", "async-trait", @@ -1693,7 +1693,7 @@ dependencies = [ [[package]] name = "wasi-common" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "anyhow", "bitflags 2.4.0", @@ -1712,7 +1712,7 @@ dependencies = [ [[package]] name = "wasi-tokio" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "anyhow", "cap-std", @@ -1772,7 +1772,7 @@ dependencies = [ [[package]] name = "wasmtime" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "anyhow", "async-trait", @@ -1811,7 +1811,7 @@ dependencies = [ [[package]] name = "wasmtime-asm-macros" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "cfg-if", ] @@ -1819,7 +1819,7 @@ dependencies = [ [[package]] name = "wasmtime-cache" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "anyhow", "base64", @@ -1838,7 +1838,7 @@ dependencies = [ [[package]] name = "wasmtime-component-macro" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "anyhow", "proc-macro2", @@ -1852,12 +1852,12 @@ dependencies = [ [[package]] name = "wasmtime-component-util" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" [[package]] name = "wasmtime-cranelift" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "anyhow", "cfg-if", @@ -1881,7 +1881,7 @@ dependencies = [ [[package]] name = "wasmtime-cranelift-shared" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "anyhow", "cranelift-codegen", @@ -1896,7 +1896,7 @@ dependencies = [ [[package]] name = "wasmtime-environ" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "anyhow", "cranelift-entity", @@ -1918,7 +1918,7 @@ dependencies = [ [[package]] name = "wasmtime-fiber" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "cc", "cfg-if", @@ -1931,7 +1931,7 @@ dependencies = [ [[package]] name = "wasmtime-jit" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "addr2line", "anyhow", @@ -1957,7 +1957,7 @@ dependencies = [ [[package]] name = "wasmtime-jit-debug" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "object", "once_cell", @@ -1968,7 +1968,7 @@ dependencies = [ [[package]] name = "wasmtime-jit-icache-coherence" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "cfg-if", "libc", @@ -1978,7 +1978,7 @@ dependencies = [ [[package]] name = "wasmtime-runtime" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "anyhow", "cc", @@ -2007,7 +2007,7 @@ dependencies = [ [[package]] name = "wasmtime-types" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "cranelift-entity", "serde", @@ -2019,7 +2019,7 @@ dependencies = [ [[package]] name = "wasmtime-versioned-export-macros" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "proc-macro2", "quote", @@ -2029,7 +2029,7 @@ dependencies = [ [[package]] name = "wasmtime-wasi" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "anyhow", "async-trait", @@ -2064,7 +2064,7 @@ dependencies = [ [[package]] name = "wasmtime-winch" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "anyhow", "cranelift-codegen", @@ -2080,7 +2080,7 @@ dependencies = [ [[package]] name = "wasmtime-wit-bindgen" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "anyhow", "heck", @@ -2091,7 +2091,7 @@ dependencies = [ [[package]] name = "wasmtime-wmemcheck" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" [[package]] name = "wast" @@ -2126,7 +2126,7 @@ dependencies = [ [[package]] name = "wiggle" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "anyhow", "async-trait", @@ -2140,7 +2140,7 @@ dependencies = [ [[package]] name = "wiggle-generate" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "anyhow", "heck", @@ -2154,7 +2154,7 @@ dependencies = [ [[package]] name = "wiggle-macro" version = "14.0.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "proc-macro2", "quote", @@ -2196,7 +2196,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "winch-codegen" version = "0.12.0" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "anyhow", "cranelift-codegen", @@ -2404,7 +2404,7 @@ dependencies = [ [[package]] name = "witx" version = "0.9.1" -source = "git+https://github.com/bytecodealliance/wasmtime?branch=release-14.0.0#e746081e9d1e3e1e2be8555dd76852c716d147b8" +source = "git+https://github.com/bytecodealliance/wasmtime?rev=c796ce7376a57a40605f03e74bd78cefcc9acf3a#c796ce7376a57a40605f03e74bd78cefcc9acf3a" dependencies = [ "anyhow", "log", diff --git a/Cargo.toml b/Cargo.toml index 2c90e59..ddb414a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,9 +11,9 @@ wit-component = "0.14.5" wit-parser = "0.11.3" [dev-dependencies] -wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", branch = "release-14.0.0", features = [ +wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", rev = "c796ce7376a57a40605f03e74bd78cefcc9acf3a", features = [ "component-model", ] } -wasmtime-wasi = { git = "https://github.com/bytecodealliance/wasmtime", branch = "release-14.0.0" } +wasmtime-wasi = { git = "https://github.com/bytecodealliance/wasmtime", rev = "c796ce7376a57a40605f03e74bd78cefcc9acf3a" } tokio = { version = "1.32.0", features = ["macros", "rt", "fs"] } spin-abi-conformance = { path = "abi-conformance" } diff --git a/abi-conformance/Cargo.toml b/abi-conformance/Cargo.toml index 916cd70..150115e 100644 --- a/abi-conformance/Cargo.toml +++ b/abi-conformance/Cargo.toml @@ -6,10 +6,10 @@ edition = "2021" [dependencies] anyhow = "1.0.69" async-trait = "0.1.66" -wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", branch = "release-14.0.0", features = [ +wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", rev = "c796ce7376a57a40605f03e74bd78cefcc9acf3a", features = [ "component-model", ] } -wasmtime-wasi = { git = "https://github.com/bytecodealliance/wasmtime", branch = "release-14.0.0", features = [ +wasmtime-wasi = { git = "https://github.com/bytecodealliance/wasmtime", rev = "c796ce7376a57a40605f03e74bd78cefcc9acf3a", features = [ "tokio", ] } cap-std = "2.0.0"