From c1f678f00aca2fd642859963ae6a5079be0a629d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Thu, 14 Apr 2022 19:27:36 -0400 Subject: [PATCH] Bump ProtoBuf to v0.11.5 (#65) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3f99757..80655b1 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ HTTP = "^0.7.0, ^0.8.0, ^0.9.0" JSON = "^0.20.0, ^0.21.0" LibExpat = "^0.6.1" Graphs = "^1.4.1" -ProtoBuf = "=0.11.3" +ProtoBuf = "0.11.5" StableRNGs = "^1.0.0" julia = "^1.3.0"