From ea509279edf9425035b4747a675ab0287c381e77 Mon Sep 17 00:00:00 2001 From: Till Schneidereit Date: Sat, 3 Aug 2019 17:03:36 +0200 Subject: [PATCH 1/2] Update log crate --- wasmtime-environ/Cargo.toml | 2 +- wasmtime-wasi-c/Cargo.toml | 2 +- wasmtime-wasi/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wasmtime-environ/Cargo.toml b/wasmtime-environ/Cargo.toml index 8d949fa474ac..14c6a52360c4 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 f3722a84f177..eba5d6051f9b 100644 --- a/wasmtime-wasi-c/Cargo.toml +++ b/wasmtime-wasi-c/Cargo.toml @@ -17,7 +17,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 } libc = "0.2.50" [build-dependencies] diff --git a/wasmtime-wasi/Cargo.toml b/wasmtime-wasi/Cargo.toml index 7f270bcaafb0..bff598bec963 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" } From 45763f0e127b49a9ad043f4cf659fa994a36a2e0 Mon Sep 17 00:00:00 2001 From: Till Schneidereit Date: Sat, 3 Aug 2019 17:26:38 +0200 Subject: [PATCH 2/2] Update libc crate --- Cargo.toml | 2 +- wasmtime-wasi-c/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d05f84cfe75b..216ee8c3601f 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-wasi-c/Cargo.toml b/wasmtime-wasi-c/Cargo.toml index eba5d6051f9b..850e9914cd19 100644 --- a/wasmtime-wasi-c/Cargo.toml +++ b/wasmtime-wasi-c/Cargo.toml @@ -18,7 +18,7 @@ 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.8", default-features = false } -libc = "0.2.50" +libc = "0.2.60" [build-dependencies] cmake = "0.1.35"