From 13d77dd00469336358a231eb1da510ec6bd0cea8 Mon Sep 17 00:00:00 2001 From: Victor Porof Date: Sat, 31 Aug 2019 08:26:12 +0200 Subject: [PATCH] Update all dependencies to their latest version for the main crate Signed-off-by: Victor Porof --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"