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"
[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 = []

Loading…
Cancel
Save