diff --git a/crates/wasi/Cargo.toml b/crates/wasi/Cargo.toml index 63d14fee81..18a330dbed 100644 --- a/crates/wasi/Cargo.toml +++ b/crates/wasi/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" [dependencies] anyhow = "1.0" -log = { version = "0.4.8", default-features = false } +tracing = "0.1.15" wasi-common = { path = "../wasi-common", version = "0.19.0" } wasmtime = { path = "../wasmtime", version = "0.19.0", default-features = false } wasmtime-runtime = { path = "../runtime", version = "0.19.0" }