From d37e2d53c75ece555014197b7f0ef2bfbbddc2a9 Mon Sep 17 00:00:00 2001 From: Han Zhao Date: Tue, 19 Jan 2021 19:11:32 +0100 Subject: [PATCH] Updated libc version to 0.2.82 in dependencies --- crates/runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/runtime/Cargo.toml b/crates/runtime/Cargo.toml index 78564d6faf..40266d3793 100644 --- a/crates/runtime/Cargo.toml +++ b/crates/runtime/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" [dependencies] wasmtime-environ = { path = "../environ", version = "0.22.0" } region = "2.1.0" -libc = { version = "0.2.70", default-features = false } +libc = { version = "0.2.82", default-features = false } log = "0.4.8" memoffset = "0.6.0" indexmap = "1.0.2"