diff --git a/Cargo.toml b/Cargo.toml index 71836d2..a49eb8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,9 +34,9 @@ members = [ ] [dependencies] -bitflags = "1" -byteorder = "1.0" -libc = "0.2" +bitflags = "1.1.0" +byteorder = "1.3.2" +libc = "0.2.62" # 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. @@ -49,5 +49,5 @@ libc = "0.2" lmdb-rkv-sys = { path = "./lmdb-sys" } [dev-dependencies] -rand = "0.4" -tempdir = "0.3" +rand = "0.4.6" +tempdir = "0.3.7"