Skip to content

Commit

Permalink
Upgrade dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
misalcedo committed Jul 6, 2023
1 parent 5566b9e commit 272b829
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ static = { path = "examples/static", artifact = "bin", target = "wasm32-unknown-
wasi = { path = "examples/wasi", artifact = "bin", target = "wasm32-wasi" }

[dependencies]
async-trait = "0.1.64"
bytes = "1.4.0"
tokio = { version = "1.28.0", features = ["full"] }
async-trait = "0.1.71"
bytes = "1.4"
tokio = { version = "1.29", features = ["full"] }
tortuga-guest = { version = "0.1.1", path = "../guest" }
tortuga-model = { version = "0.1.0", path = "../model" }
uuid = { version = "1.3.1", features = ["v4", "v5"] }
wasmtime = "8.0.1"
wasmtime-wasi = "8.0.1"
wasi-common = "8.0.1"
uuid = { version = "1.4", features = ["v4", "v5"] }
wasmtime = "10.0"
wasmtime-wasi = "10.0"
wasi-common = "10.0"

[features]
default = ["channel", "memory"]
Expand Down

0 comments on commit 272b829

Please sign in to comment.