@@ -8,21 +8,21 @@ anyhow = { workspace = true }
88clap = { version = " 4.5" , features = [" derive" ] }
99env_logger = " 0.11"
1010glob = " 0.3"
11- http-body-util = " 0.1.1 "
11+ http-body-util = " 0.1"
1212hyper = " 1.0"
13- libtest-mimic = " 0.7 "
13+ libtest-mimic = " 0.8 "
1414log = " 0.4"
15- owo-colors = { version = " 4.0.0 " , features = [" supports-colors" ] }
15+ owo-colors = { version = " 4" , features = [" supports-colors" ] }
1616spin-common = { git = " https://github.com/spinframework/spin" , rev = " 9906b4e499e47bcc6ebff4e7fe70bb255a5f925d" }
1717spin-componentize = { git = " https://github.com/spinframework/spin" , rev = " 9906b4e499e47bcc6ebff4e7fe70bb255a5f925d" }
1818spin-http = { git = " https://github.com/spinframework/spin" , default-features = false , rev = " 9906b4e499e47bcc6ebff4e7fe70bb255a5f925d" }
1919spin-manifest = { workspace = true }
20- temp-dir = " 0.1.13 "
20+ temp-dir = " 0.1.16 "
2121tokio = " 1.0"
2222toml = { workspace = true }
23- wac-graph = " 0.3 "
24- wasmtime = " 22 .0"
25- wasmtime-wasi = " 22 .0"
23+ wac-graph = " 0.7 "
24+ wasmtime = " 33 .0"
25+ wasmtime-wasi = " 33 .0"
2626wit-component = { workspace = true }
2727wit-parser = { workspace = true }
2828
@@ -41,6 +41,6 @@ spin-manifest = { git = "https://github.com/spinframework/spin", rev = "9906b4e4
4141spin-factor-outbound-networking = { git = " https://github.com/spinframework/spin" , rev = " 9906b4e499e47bcc6ebff4e7fe70bb255a5f925d" }
4242spin-serde = { git = " https://github.com/spinframework/spin" , rev = " 9906b4e499e47bcc6ebff4e7fe70bb255a5f925d" }
4343toml = { version = " 0.8" , features = [" preserve_order" ] }
44- wit-bindgen-rt = { version = " 0.26 " , features = [" bitflags" ] }
45- wit-component = " 0.211 "
46- wit-parser = " 0.211 "
44+ wit-bindgen-rt = { version = " 0.42 " , features = [" bitflags" ] }
45+ wit-component = " 0.235 "
46+ wit-parser = " 0.235 "
0 commit comments