From 37562a42f8068d761fc45e71c64d130bc198f0e0 Mon Sep 17 00:00:00 2001 From: Brian Pearce Date: Fri, 13 Dec 2019 00:41:24 +0100 Subject: [PATCH] chore(Deps,load): Upgrade libc 0.2.21 -> 0.2.66 --- load/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/load/Cargo.toml b/load/Cargo.toml index 354efd0..9e068bb 100644 --- a/load/Cargo.toml +++ b/load/Cargo.toml @@ -10,11 +10,10 @@ doctest = false [dependencies] common = { path = "../common" } dirs = "2.0.2" -libc = "0.2.21" +libc = "0.2.66" yaml-rust = { version = "0.3.2", default-features = false } [dev-dependencies] -libc = "0.2.21" rand = "0.7.2" regex = "0.2.1" snapshot = { path = "../snapshot" }