From 2010523fdd70f3e3b38c8bf791ffb67c8d375ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 06:12:20 +0000 Subject: [PATCH] Update protobuf requirement from ^2.17.0 to ^3.0.2 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.2) --- 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..61bb76b 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.2" ndarray = "^0.15.1" num-traits = "^0.2.12" num-derive = "^0.3.1"