Skip to content

Commit ff6c148

Browse files
committed
wip
Signed-off-by: Lann Martin <lann.martin@fermyon.com>
1 parent d99f46e commit ff6c148

File tree

33 files changed

+1149
-1030
lines changed

33 files changed

+1149
-1030
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tokio = { version = "1.11", features = [ "full" ] }
4444
toml = "0.5"
4545
tracing = { version = "0.1", features = [ "log" ] }
4646
tracing-futures = "0.2"
47-
tracing-subscriber = { version = "0.3.7", features = [ "env-filter" ] }
47+
tracing-subscriber = { version = "0.3", features = [ "env-filter" ] }
4848
url = "2.2.2"
4949
uuid = "^1.0"
5050
wasi-outbound-http = { path = "crates/outbound-http" }

crates/http/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ tokio-rustls = { version = "0.23.2" }
3535
rustls-pemfile = "0.3.0"
3636
tracing = { version = "0.1", features = ["log"] }
3737
tracing-futures = "0.2"
38-
tracing-subscriber = { version = "0.3.7", features = ["env-filter"] }
3938
url = "2.2"
40-
wasi-cap-std-sync = "0.39.1"
41-
wasi-common = "0.39.1"
4239
wasmtime = "0.39.1"
43-
wasmtime-wasi = "0.39.1"
44-
wit-bindgen-wasmtime = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "cb871cfa1ee460b51eb1d144b175b9aab9c50aba" }
40+
wit-bindgen-wasmtime = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "cb871cfa1ee460b51eb1d144b175b9aab9c50aba", features = ["async"] }
41+
42+
# Temporary refactor deps
43+
spin-app = { path = "../../../lhc/crates/spin-app" }
44+
spin-core = { path = "../../../lhc/crates/spin-core" }
4545

4646
[dev-dependencies]
4747
criterion = { version = "0.3.5", features = ["async_tokio"] }

0 commit comments

Comments
 (0)