|
@@ -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)",
|
|
|
]
|