Update all dependencies to their latest version for the sys crate

Signed-off-by: Victor Porof <victor.porof@gmail.com>
without.crypto
Victor Porof 5 years ago
parent bd45823f11
commit cac5b8d5d1
  1. 8
      lmdb-sys/Cargo.toml

@ -16,12 +16,12 @@ categories = ["database", "external-ffi-bindings"]
build = "build.rs" build = "build.rs"
[dependencies] [dependencies]
libc = "0.2" libc = "0.2.62"
[build-dependencies] [build-dependencies]
pkg-config = "0.3.2" pkg-config = "0.3.15"
cc = "1" cc = "1.0.41"
bindgen = "0.50" bindgen = "0.51.0"
[features] [features]
default = [] default = []

Loading…
Cancel
Save