Update all dependencies to their latest version for the main crate

Signed-off-by: Victor Porof <victor.porof@gmail.com>
without.crypto
Victor Porof 5 years ago
parent cac5b8d5d1
commit 13d77dd004
  1. 10
      Cargo.toml

@ -34,9 +34,9 @@ members = [
] ]
[dependencies] [dependencies]
bitflags = "1" bitflags = "1.1.0"
byteorder = "1.0" byteorder = "1.3.2"
libc = "0.2" libc = "0.2.62"
# In order to ensure that we test lmdb-rkv in CI against the in-tree version # In order to ensure that we test lmdb-rkv in CI against the in-tree version
# of lmdb-rkv-sys, we specify the dependency as a path here. # of lmdb-rkv-sys, we specify the dependency as a path here.
@ -49,5 +49,5 @@ libc = "0.2"
lmdb-rkv-sys = { path = "./lmdb-sys" } lmdb-rkv-sys = { path = "./lmdb-sys" }
[dev-dependencies] [dev-dependencies]
rand = "0.4" rand = "0.4.6"
tempdir = "0.3" tempdir = "0.3.7"

Loading…
Cancel
Save