From 9c14ffda35309bdd13b93e2d3e8de75cc834d55f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 08:40:51 +0000 Subject: [PATCH] Update protobuf requirement from ^2.17.0 to ^3.0.3 Updates the requirements on [protobuf](https://github.com/stepancheg/rust-protobuf) to permit the latest version. - [Release notes](https://github.com/stepancheg/rust-protobuf/releases) - [Changelog](https://github.com/stepancheg/rust-protobuf/blob/master/CHANGELOG.md) - [Commits](https://github.com/stepancheg/rust-protobuf/compare/v2.17.0...v3.0.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6c3c5dc..ff67d09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ sc2-proto = "0.2.3" # sc2-proto = { path = "../sc2-proto-rs" } sc2-macro = { path = "sc2-macro", version = "1" } tungstenite = { version = "^0.17.0", default-features = false } -protobuf = "^2.17.0" +protobuf = "^3.0.3" ndarray = "^0.15.1" num-traits = "^0.2.12" num-derive = "^0.3.1"