From 249e11b04de926390452540f9d02962ce4ebbee6 Mon Sep 17 00:00:00 2001 From: utam0k Date: Sat, 20 Aug 2022 21:23:03 +0900 Subject: [PATCH] Upgrade rust-protobuf. Signed-off-by: utam0k --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 757965d..ffd0322 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license-file = "LICENSE" [dependencies] libc = "0.2" -protobuf = "2.25.2" +protobuf = "2.27.1" anyhow = "1.0.56" [build-dependencies]