Merge pull request #2139 from bytecodealliance/pch/wasi_common_tracing
wasi-common: switch all logs from `log` to `tracing`
This commit is contained in:
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -2276,8 +2276,8 @@ dependencies = [
|
||||
"getrandom",
|
||||
"lazy_static",
|
||||
"libc",
|
||||
"log",
|
||||
"thiserror",
|
||||
"tracing",
|
||||
"wig",
|
||||
"wiggle",
|
||||
"winapi",
|
||||
@@ -2613,7 +2613,7 @@ name = "wasmtime-wasi"
|
||||
version = "0.19.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"log",
|
||||
"tracing",
|
||||
"wasi-common",
|
||||
"wasmtime",
|
||||
"wasmtime-runtime",
|
||||
@@ -2788,7 +2788,7 @@ dependencies = [
|
||||
"cfg-if",
|
||||
"filetime",
|
||||
"libc",
|
||||
"log",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
Reference in New Issue
Block a user