From cac5b8d5d124e509e4c671390b04e9f9882aa0fd Mon Sep 17 00:00:00 2001 From: Victor Porof Date: Sat, 31 Aug 2019 08:08:56 +0200 Subject: [PATCH] Update all dependencies to their latest version for the sys crate Signed-off-by: Victor Porof --- lmdb-sys/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lmdb-sys/Cargo.toml b/lmdb-sys/Cargo.toml index 36ca506..921cb0f 100644 --- a/lmdb-sys/Cargo.toml +++ b/lmdb-sys/Cargo.toml @@ -16,12 +16,12 @@ categories = ["database", "external-ffi-bindings"] build = "build.rs" [dependencies] -libc = "0.2" +libc = "0.2.62" [build-dependencies] -pkg-config = "0.3.2" -cc = "1" -bindgen = "0.50" +pkg-config = "0.3.15" +cc = "1.0.41" +bindgen = "0.51.0" [features] default = []