From bc19f767cdc86f88e8aec9d05645fb7bde7d38d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Thu, 14 Apr 2022 18:38:50 -0400 Subject: [PATCH] Bump ProtoBuf to v0.11.5 --- 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"