From 41f88745c46d714bfa6d18ea38dcda8eb2dbda1f Mon Sep 17 00:00:00 2001 From: Till Schneidereit Date: Tue, 6 Aug 2019 16:01:52 +0200 Subject: [PATCH] Update log and libc crates (#240) * Update log crate * Update libc crate --- Cargo.toml | 2 +- wasmtime-environ/Cargo.toml | 2 +- wasmtime-wasi-c/Cargo.toml | 4 ++-- wasmtime-wasi/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d05f84cfe7..216ee8c360 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ target-lexicon = { version = "0.4.0", default-features = false } pretty_env_logger = "0.3.0" file-per-thread-logger = "0.1.1" wabt = "0.7" -libc = "0.2.50" +libc = "0.2.60" errno = "0.2.4" rayon = "1.1" diff --git a/wasmtime-environ/Cargo.toml b/wasmtime-environ/Cargo.toml index 8d949fa474..14c6a52360 100644 --- a/wasmtime-environ/Cargo.toml +++ b/wasmtime-environ/Cargo.toml @@ -27,7 +27,7 @@ serde = { version = "1.0.94", features = ["derive"] } bincode = "1.1.4" lazy_static = "1.3.0" spin = "0.5.0" -log = { version = "0.4.6", default-features = false } +log = { version = "0.4.8", default-features = false } [features] default = ["std"] diff --git a/wasmtime-wasi-c/Cargo.toml b/wasmtime-wasi-c/Cargo.toml index f3722a84f1..850e9914cd 100644 --- a/wasmtime-wasi-c/Cargo.toml +++ b/wasmtime-wasi-c/Cargo.toml @@ -17,8 +17,8 @@ cranelift-codegen = { version = "0.37.0", features = ["enable-serde"] } cranelift-entity = { version = "0.37.0", features = ["enable-serde"] } cranelift-wasm = { version = "0.37.0", features = ["enable-serde"] } target-lexicon = "0.4.0" -log = { version = "0.4.6", default-features = false } -libc = "0.2.50" +log = { version = "0.4.8", default-features = false } +libc = "0.2.60" [build-dependencies] cmake = "0.1.35" diff --git a/wasmtime-wasi/Cargo.toml b/wasmtime-wasi/Cargo.toml index 7f270bcaaf..bff598bec9 100644 --- a/wasmtime-wasi/Cargo.toml +++ b/wasmtime-wasi/Cargo.toml @@ -18,7 +18,7 @@ cranelift-codegen = { version = "0.37.0", features = ["enable-serde"] } cranelift-entity = { version = "0.37.0", features = ["enable-serde"] } cranelift-wasm = { version = "0.37.0", features = ["enable-serde"] } target-lexicon = "0.4.0" -log = { version = "0.4.6", default-features = false } +log = { version = "0.4.8", default-features = false } [badges] maintenance = { status = "experimental" }