mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Restrict protobuf updates
This commit is contained in:
parent
9d97f8f1ce
commit
1ba6e5886a
5 changed files with 6 additions and 6 deletions
|
@ -40,7 +40,7 @@ getopts = "0.2"
|
||||||
hyper = "0.11"
|
hyper = "0.11"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
num-bigint = "0.2"
|
num-bigint = "0.2"
|
||||||
protobuf = "2.7"
|
protobuf = "2.8.*"
|
||||||
rand = "0.7"
|
rand = "0.7"
|
||||||
rpassword = "3.0"
|
rpassword = "3.0"
|
||||||
tokio-core = "0.1"
|
tokio-core = "0.1"
|
||||||
|
|
|
@ -16,7 +16,7 @@ futures = "0.1"
|
||||||
hyper = "0.11"
|
hyper = "0.11"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
num-bigint = "0.2"
|
num-bigint = "0.2"
|
||||||
protobuf = "2.7"
|
protobuf = "2.8.*"
|
||||||
rand = "0.7"
|
rand = "0.7"
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
serde_derive = "1.0"
|
serde_derive = "1.0"
|
||||||
|
|
|
@ -22,7 +22,7 @@ log = "0.4"
|
||||||
num-bigint = "0.2"
|
num-bigint = "0.2"
|
||||||
num-integer = "0.1"
|
num-integer = "0.1"
|
||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
protobuf = "2.7"
|
protobuf = "2.8.*"
|
||||||
rand = "0.7"
|
rand = "0.7"
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
serde_derive = "1.0"
|
serde_derive = "1.0"
|
||||||
|
|
|
@ -7,7 +7,7 @@ authors = ["Paul Lietar <paul@lietar.net>"]
|
||||||
byteorder = "1.3"
|
byteorder = "1.3"
|
||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
linear-map = "1.2"
|
linear-map = "1.2"
|
||||||
protobuf = "2.7"
|
protobuf = "2.8.*"
|
||||||
|
|
||||||
[dependencies.librespot-core]
|
[dependencies.librespot-core]
|
||||||
path = "../core"
|
path = "../core"
|
||||||
|
|
|
@ -5,7 +5,7 @@ authors = ["Paul Liétar <paul@lietar.net>"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
protobuf = "2.7"
|
protobuf = "2.8.*"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
protobuf-codegen-pure = "2.7"
|
protobuf-codegen-pure = "2.8.*"
|
||||||
|
|
Loading…
Reference in a new issue