From 8d39d9b1b56f0291e87b344bce04f2d091fe91c9 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Tue, 18 Aug 2020 10:42:14 -0700 Subject: [PATCH] wasmtime-wasi: switch dep from log to tracing --- crates/wasi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }