From 963fb1e68b6bdfdd86cd842e3754e0c57b31f90c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 20:37:17 +0000 Subject: [PATCH] Update protox requirement from 0.5.0 to 0.6.0 Updates the requirements on [protox](https://github.com/andrewhickman/protox) to permit the latest version. - [Changelog](https://github.com/andrewhickman/protox/blob/main/CHANGELOG.md) - [Commits](https://github.com/andrewhickman/protox/compare/0.5.0...0.6.0) --- updated-dependencies: - dependency-name: protox dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- wkt-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wkt-types/Cargo.toml b/wkt-types/Cargo.toml index 6be41bf..3fc2667 100644 --- a/wkt-types/Cargo.toml +++ b/wkt-types/Cargo.toml @@ -36,4 +36,4 @@ prost-build = "0.12.1" prost-wkt-build = { version = "0.5.1", path = "../wkt-build" } regex = "1" protobuf-src = { version = "1.1.0", optional = true } -protox = { version = "0.5.0", optional = true } +protox = { version = "0.6.0", optional = true }