From 1ba6e5886a4bbbe1b8fb1e6f015822381dff8c16 Mon Sep 17 00:00:00 2001 From: Tristan Stenner Date: Tue, 30 Jul 2019 11:00:02 +0200 Subject: [PATCH] Restrict protobuf updates --- Cargo.toml | 2 +- connect/Cargo.toml | 2 +- core/Cargo.toml | 2 +- metadata/Cargo.toml | 2 +- protocol/Cargo.toml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cb811657..9efef76f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ getopts = "0.2" hyper = "0.11" log = "0.4" num-bigint = "0.2" -protobuf = "2.7" +protobuf = "2.8.*" rand = "0.7" rpassword = "3.0" tokio-core = "0.1" diff --git a/connect/Cargo.toml b/connect/Cargo.toml index acbf7ade..9c0f5b0a 100644 --- a/connect/Cargo.toml +++ b/connect/Cargo.toml @@ -16,7 +16,7 @@ futures = "0.1" hyper = "0.11" log = "0.4" num-bigint = "0.2" -protobuf = "2.7" +protobuf = "2.8.*" rand = "0.7" serde = "1.0" serde_derive = "1.0" diff --git a/core/Cargo.toml b/core/Cargo.toml index ab12f990..0377d6ee 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -22,7 +22,7 @@ log = "0.4" num-bigint = "0.2" num-integer = "0.1" num-traits = "0.2" -protobuf = "2.7" +protobuf = "2.8.*" rand = "0.7" serde = "1.0" serde_derive = "1.0" diff --git a/metadata/Cargo.toml b/metadata/Cargo.toml index e7150544..51e44191 100644 --- a/metadata/Cargo.toml +++ b/metadata/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Paul Lietar "] byteorder = "1.3" futures = "0.1" linear-map = "1.2" -protobuf = "2.7" +protobuf = "2.8.*" [dependencies.librespot-core] path = "../core" diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index 82a49634..18bba8fb 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Paul LiƩtar "] build = "build.rs" [dependencies] -protobuf = "2.7" +protobuf = "2.8.*" [build-dependencies] -protobuf-codegen-pure = "2.7" +protobuf-codegen-pure = "2.8.*"