From 704c89a8a77cdc8d5d27234f7fa0c74b2a3d7e09 Mon Sep 17 00:00:00 2001 From: herrernst Date: Mon, 8 Aug 2016 21:50:05 +0200 Subject: [PATCH] update lmdb-rs dependency --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b3e4a42d..7e472b98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,7 +14,7 @@ dependencies = [ "libpulse-sys 0.0.0 (git+https://github.com/astro/libpulse-sys)", "librespot-protocol 0.1.0", "linear-map 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "lmdb-rs 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "lmdb-rs 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "mdns 0.1.0 (git+http://github.com/plietar/rust-mdns)", "num 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", @@ -32,7 +32,6 @@ dependencies = [ "serde_macros 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)", "shannon 0.1.1 (git+https://github.com/plietar/rust-shannon)", "tempfile 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", "tremor 0.1.0 (git+https://github.com/plietar/rust-tremor)", "url 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", "vergen 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -272,9 +271,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "liblmdb-sys" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ + "gcc 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -309,12 +309,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "lmdb-rs" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", - "liblmdb-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "liblmdb-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.1.71 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index 8a824939..ca55b027 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ hyper = { version = "0.9.1", default-features = false } #json_macros = "~0.3.0" lazy_static = "~0.2.0" linear-map = "1.0" -lmdb-rs = "0.7.0" +lmdb-rs = "0.7.2" num = "~0.1.30" protobuf = "~1.0.15" rand = "~0.3.13"