Skip to content

Commit aac9711

Browse files
committed
Update dependencies
Signed-off-by: Ryan Levick <[email protected]>
1 parent 57d5b21 commit aac9711

File tree

11 files changed

+148
-3854
lines changed

11 files changed

+148
-3854
lines changed

Cargo.lock

Lines changed: 110 additions & 161 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ anyhow = { workspace = true }
88
clap = { version = "4.5", features = ["derive"] }
99
env_logger = "0.11"
1010
glob = "0.3"
11-
http-body-util = "0.1.1"
11+
http-body-util = "0.1"
1212
hyper = "1.0"
13-
libtest-mimic = "0.7"
13+
libtest-mimic = "0.8"
1414
log = "0.4"
15-
owo-colors = { version = "4.0.0", features = ["supports-colors"] }
15+
owo-colors = { version = "4", features = ["supports-colors"] }
1616
spin-common = { git = "https://github.com/spinframework/spin", rev = "9906b4e499e47bcc6ebff4e7fe70bb255a5f925d" }
1717
spin-componentize = { git = "https://github.com/spinframework/spin", rev = "9906b4e499e47bcc6ebff4e7fe70bb255a5f925d" }
1818
spin-http = { git = "https://github.com/spinframework/spin", default-features = false, rev = "9906b4e499e47bcc6ebff4e7fe70bb255a5f925d" }
1919
spin-manifest = { workspace = true }
20-
temp-dir = "0.1.13"
20+
temp-dir = "0.1.16"
2121
tokio = "1.0"
2222
toml = { 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"
2626
wit-component = { workspace = true }
2727
wit-parser = { workspace = true }
2828

@@ -41,6 +41,6 @@ spin-manifest = { git = "https://github.com/spinframework/spin", rev = "9906b4e4
4141
spin-factor-outbound-networking = { git = "https://github.com/spinframework/spin", rev = "9906b4e499e47bcc6ebff4e7fe70bb255a5f925d" }
4242
spin-serde = { git = "https://github.com/spinframework/spin", rev = "9906b4e499e47bcc6ebff4e7fe70bb255a5f925d" }
4343
toml = { 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"

crates/spin-test-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ edition = "2021"
55

66
[dependencies]
77
spin-test-sdk-macro = { path = "../spin-test-sdk-macro" }
8-
wit-bindgen = "0.26"
8+
wit-bindgen = "0.42"

crates/spin-test-sdk/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pub mod bindings {
88
wit_bindgen::generate!({
99
world: "test-imports",
1010
path: "../../host-wit",
11+
generate_all
1112
});
1213
}
1314

0 commit comments

Comments
 (0)