From 3867c20cfdc8c156cfaaab56eb4883995b1e38b0 Mon Sep 17 00:00:00 2001 From: Alan Du Date: Wed, 26 Feb 2020 22:48:16 -0500 Subject: [PATCH 1/2] Update prost-build version to 0.6 This is the same version as Prost, and lets us reduce the number of deps we have to compile --- rslib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rslib/Cargo.toml b/rslib/Cargo.toml index 0b6d23b79..9e0a418cc 100644 --- a/rslib/Cargo.toml +++ b/rslib/Cargo.toml @@ -48,6 +48,6 @@ reqwest = { version = "0.10.1", features = ["json", "native-tls-vendored"] } reqwest = { version = "0.10.1", features = ["json"] } [build-dependencies] -prost-build = "0.5.0" +prost-build = "0.6.1" fluent-syntax = "0.9.2" From 3ebdaa14de1a7c9c68449b7d2217d836f91088d0 Mon Sep 17 00:00:00 2001 From: Alan Du Date: Wed, 26 Feb 2020 22:50:48 -0500 Subject: [PATCH 2/2] Update blake3 to 0.2 --- rslib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rslib/Cargo.toml b/rslib/Cargo.toml index 9e0a418cc..6f4a9cec4 100644 --- a/rslib/Cargo.toml +++ b/rslib/Cargo.toml @@ -14,7 +14,7 @@ chrono = "0.4.10" lazy_static = "1.4.0" regex = "1.3.3" hex = "0.4.0" -blake3 = "0.1.0" +blake3 = "0.2.1" htmlescape = "0.3.1" sha1 = "0.6.0" unicode-normalization = "0.1.12"