|
@@ -3,36 +3,35 @@ name = "librespot"
|
|
|
version = "0.1.0"
|
|
|
dependencies = [
|
|
|
"bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "byteorder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "clippy 0.0.64 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "clippy 0.0.78 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"dns-sd 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"env_logger 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "eventual 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "eventual 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "hyper 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "json_macros 0.3.0 (git+https://github.com/plietar/json_macros)",
|
|
|
+ "hyper 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "json_macros 0.3.1 (git+https://github.com/plietar/json_macros)",
|
|
|
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"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.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "lmdb-rs 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"num 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "openssl 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "openssl 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"portaudio 0.2.0 (git+https://github.com/mvdnes/portaudio-rs)",
|
|
|
- "protobuf 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "protobuf_macros 0.5.0 (git+https://github.com/plietar/rust-protobuf-macros)",
|
|
|
+ "protobuf 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "protobuf_macros 0.6.0 (git+https://github.com/plietar/rust-protobuf-macros)",
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rpassword 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rust-crypto 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"shannon 0.1.1 (git+https://github.com/plietar/rust-shannon)",
|
|
|
- "syntex 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tempfile 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "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.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "vergen 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"vorbis 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -46,10 +45,10 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "aster"
|
|
|
-version = "0.16.0"
|
|
|
+version = "0.20.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "syntex_syntax 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "syntex_syntax 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -72,45 +71,50 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "bitflags"
|
|
|
-version = "0.4.0"
|
|
|
+version = "0.5.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "bitflags"
|
|
|
-version = "0.5.0"
|
|
|
+version = "0.7.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "blastfig"
|
|
|
-version = "0.3.3"
|
|
|
+name = "byteorder"
|
|
|
+version = "0.5.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "byteorder"
|
|
|
-version = "0.5.1"
|
|
|
+name = "clippy"
|
|
|
+version = "0.0.78"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "clippy_lints 0.0.78 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "clippy"
|
|
|
-version = "0.0.64"
|
|
|
+name = "clippy_lints"
|
|
|
+version = "0.0.78"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
+ "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"quine-mc_cluskey 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "regex-syntax 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "regex-syntax 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"semver 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "toml 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"unicode-normalization 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "cookie"
|
|
|
-version = "0.2.4"
|
|
|
+version = "0.2.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "openssl 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "openssl 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "url 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "url 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -118,7 +122,7 @@ name = "dns-sd"
|
|
|
version = "0.1.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -128,12 +132,12 @@ version = "0.3.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "regex 0.1.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "regex 0.1.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "eventual"
|
|
|
-version = "0.1.6"
|
|
|
+version = "0.1.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -148,10 +152,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "gdi32-sys"
|
|
|
-version = "0.1.1"
|
|
|
+version = "0.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -174,23 +179,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "hyper"
|
|
|
-version = "0.9.1"
|
|
|
+version = "0.9.9"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "cookie 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "cookie 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"httparse 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "mime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "num_cpus 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "openssl 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "mime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "num_cpus 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "openssl 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "openssl-verify 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"solicit 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"traitobject 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"unicase 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "url 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "url 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -205,14 +211,14 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "json_macros"
|
|
|
-version = "0.3.0"
|
|
|
-source = "git+https://github.com/plietar/json_macros#9ae0ba8de558a0d8ff3a62c67604ab97a2f8b0e3"
|
|
|
+version = "0.3.1"
|
|
|
+source = "git+https://github.com/plietar/json_macros#08e1b62cca42d54723a77488e71b571396e2bb98"
|
|
|
dependencies = [
|
|
|
- "quasi 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "quasi_codegen 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "quasi 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "quasi_codegen 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syntex 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syntex_syntax 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "syntex 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "syntex_syntax 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -220,7 +226,7 @@ name = "kernel32-sys"
|
|
|
version = "0.2.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -236,12 +242,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "libc"
|
|
|
-version = "0.1.12"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libc"
|
|
|
-version = "0.2.11"
|
|
|
+version = "0.2.13"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -249,7 +250,7 @@ name = "liblmdb-sys"
|
|
|
version = "0.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -257,14 +258,14 @@ name = "libpulse-sys"
|
|
|
version = "0.0.0"
|
|
|
source = "git+https://github.com/astro/libpulse-sys#3e167c0d75dae1ce3946eec7526f6afd92adda0f"
|
|
|
dependencies = [
|
|
|
- "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "librespot-protocol"
|
|
|
version = "0.1.0"
|
|
|
dependencies = [
|
|
|
- "protobuf 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "protobuf 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"protobuf_build 0.1.1 (git+https://github.com/plietar/rust-protobuf-build.git)",
|
|
|
]
|
|
|
|
|
@@ -283,14 +284,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "lmdb-rs"
|
|
|
-version = "0.7.0"
|
|
|
+version = "0.7.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "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)",
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "regex 0.1.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "regex 0.1.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -308,12 +309,12 @@ name = "memchr"
|
|
|
version = "0.1.11"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "mime"
|
|
|
-version = "0.2.0"
|
|
|
+version = "0.2.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -321,7 +322,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "nom"
|
|
|
-version = "1.2.2"
|
|
|
+version = "1.2.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -392,10 +393,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "num_cpus"
|
|
|
-version = "0.2.11"
|
|
|
+version = "0.2.13"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -404,43 +405,51 @@ version = "0.0.9"
|
|
|
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.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "openssl"
|
|
|
-version = "0.7.10"
|
|
|
+version = "0.7.14"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"gcc 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "openssl-sys 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "openssl-sys-extras 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "openssl-sys 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "openssl-sys-extras 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "openssl-sys"
|
|
|
-version = "0.7.10"
|
|
|
+version = "0.7.14"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "gdi32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libressl-pnacl-sys 2.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "user32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "user32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "openssl-sys-extras"
|
|
|
-version = "0.7.10"
|
|
|
+version = "0.7.14"
|
|
|
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.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "openssl-sys 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "openssl-sys 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "openssl-verify"
|
|
|
+version = "0.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "openssl 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -462,7 +471,7 @@ version = "0.2.0"
|
|
|
source = "git+https://github.com/mvdnes/portaudio-rs#0b228f54a16814c52ba1ef449ac439af59f8cab0"
|
|
|
dependencies = [
|
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"portaudio_sys 0.1.1 (git+https://github.com/mvdnes/portaudio-rs)",
|
|
|
]
|
|
|
|
|
@@ -471,52 +480,54 @@ name = "portaudio_sys"
|
|
|
version = "0.1.1"
|
|
|
source = "git+https://github.com/mvdnes/portaudio-rs#0b228f54a16814c52ba1ef449ac439af59f8cab0"
|
|
|
dependencies = [
|
|
|
- "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "protobuf"
|
|
|
-version = "1.0.18"
|
|
|
+version = "1.0.22"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "protobuf_build"
|
|
|
version = "0.1.1"
|
|
|
-source = "git+https://github.com/plietar/rust-protobuf-build.git#77ea08e75b66433104a035309751d48170a7aed6"
|
|
|
+source = "git+https://github.com/plietar/rust-protobuf-build.git#24d5a01ca035d0c00a3fae7ce5e26b6d2e68ddcb"
|
|
|
dependencies = [
|
|
|
"gcc 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "protobuf 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "protobuf 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "protobuf_macros"
|
|
|
-version = "0.5.0"
|
|
|
-source = "git+https://github.com/plietar/rust-protobuf-macros#0f5e0210823ade377c2cdf119d51d4d85ffbe5cc"
|
|
|
+version = "0.6.0"
|
|
|
+source = "git+https://github.com/plietar/rust-protobuf-macros#4d5bbfae2ddc3bfbf3a59205d742849e1f19423a"
|
|
|
dependencies = [
|
|
|
- "aster 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syntex 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syntex_syntax 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "aster 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "syntex 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "syntex_syntax 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "quasi"
|
|
|
-version = "0.10.0"
|
|
|
+version = "0.14.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "syntex_syntax 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "syntex_errors 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "syntex_syntax 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "quasi_codegen"
|
|
|
-version = "0.10.0"
|
|
|
+version = "0.14.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "aster 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syntex 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syntex_syntax 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "aster 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "syntex 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "syntex_errors 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "syntex_syntax 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -529,24 +540,24 @@ name = "rand"
|
|
|
version = "0.3.14"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "regex"
|
|
|
-version = "0.1.69"
|
|
|
+version = "0.1.71"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"aho-corasick 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "regex-syntax 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "thread_local 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "regex-syntax 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "thread_local 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "regex-syntax"
|
|
|
-version = "0.3.1"
|
|
|
+version = "0.3.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
@@ -555,18 +566,18 @@ version = "0.2.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"termios 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "rust-crypto"
|
|
|
-version = "0.2.35"
|
|
|
+version = "0.2.36"
|
|
|
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.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -595,7 +606,7 @@ name = "semver"
|
|
|
version = "0.2.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "nom 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "nom 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -603,8 +614,8 @@ name = "shannon"
|
|
|
version = "0.1.1"
|
|
|
source = "git+https://github.com/plietar/rust-shannon#7000b3e49a53daaa890727ba2b2bd5a43cc4ffef"
|
|
|
dependencies = [
|
|
|
- "byteorder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"shannon-sys 0.1.0 (git+https://github.com/plietar/rust-shannon)",
|
|
|
]
|
|
|
|
|
@@ -614,7 +625,7 @@ version = "0.1.0"
|
|
|
source = "git+https://github.com/plietar/rust-shannon#7000b3e49a53daaa890727ba2b2bd5a43cc4ffef"
|
|
|
dependencies = [
|
|
|
"gcc 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -637,22 +648,46 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "syntex"
|
|
|
-version = "0.32.0"
|
|
|
+version = "0.37.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "syntex_errors 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "syntex_syntax 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "syntex_errors"
|
|
|
+version = "0.37.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "syntex_pos 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "term 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "syntex_pos"
|
|
|
+version = "0.37.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "syntex_syntax 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "syntex_syntax"
|
|
|
-version = "0.32.0"
|
|
|
+version = "0.37.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "term 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "syntex_errors 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "syntex_pos 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "term 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -666,23 +701,23 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "tempfile"
|
|
|
-version = "2.1.3"
|
|
|
+version = "2.1.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "term"
|
|
|
-version = "0.2.14"
|
|
|
+version = "0.4.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -690,7 +725,7 @@ name = "termios"
|
|
|
version = "0.2.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -699,12 +734,12 @@ version = "2.0.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "thread_local"
|
|
|
-version = "0.2.5"
|
|
|
+version = "0.2.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -716,13 +751,13 @@ version = "0.1.35"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "toml"
|
|
|
-version = "0.1.28"
|
|
|
+version = "0.1.30"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -738,7 +773,7 @@ name = "tremor"
|
|
|
version = "0.1.0"
|
|
|
source = "git+https://github.com/plietar/rust-tremor#5ced876f3cffb041fcf31238da7f3273178029fe"
|
|
|
dependencies = [
|
|
|
- "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tremor-sys 0.1.0 (git+https://github.com/plietar/rust-tremor)",
|
|
|
]
|
|
|
|
|
@@ -748,7 +783,7 @@ version = "0.1.0"
|
|
|
source = "git+https://github.com/plietar/rust-tremor#5ced876f3cffb041fcf31238da7f3273178029fe"
|
|
|
dependencies = [
|
|
|
"gcc 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -797,7 +832,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "url"
|
|
|
-version = "1.1.0"
|
|
|
+version = "1.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"idna 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -806,10 +841,10 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "user32-sys"
|
|
|
-version = "0.1.2"
|
|
|
+version = "0.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -828,10 +863,10 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "vergen"
|
|
|
-version = "0.1.0"
|
|
|
+version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "blastfig 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
@@ -840,7 +875,7 @@ name = "vorbis"
|
|
|
version = "0.0.14"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"vorbis-sys 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"vorbisfile-sys 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -852,7 +887,7 @@ version = "0.0.8"
|
|
|
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.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
@@ -863,7 +898,7 @@ version = "0.0.8"
|
|
|
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.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"vorbis-sys 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -871,7 +906,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "winapi"
|
|
|
-version = "0.2.6"
|
|
|
+version = "0.2.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|