From fd67ec5ffc84d8726ebcb141ddb93e10a046ee72 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 10 Apr 2019 17:59:15 -0700 Subject: protos: Update to protobuf 2.3 This matches the version already used by crostini_client. The newer protobuf version depends on the tempfile crate rather than tempdir, the latter being now deprecated. So I replaced our immitation tempdir crate with one that matches the API of tempfile instead. As a reminder, we use this crate as a patch to avoid pulling in all of the rand crate and its many dependencies. TEST=cargo check --features plugin CQ-DEPEND=CL:1553971 Change-Id: I28eed3ceadb1013f015400b4c582aaf8dc89eee1 Reviewed-on: https://chromium-review.googlesource.com/1562924 Commit-Ready: ChromeOS CL Exonerator Bot Tested-by: David Tolnay Tested-by: kokoro Reviewed-by: Zach Reizner Reviewed-by: Daniel Verkamp --- crosvm_plugin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crosvm_plugin') diff --git a/crosvm_plugin/Cargo.toml b/crosvm_plugin/Cargo.toml index 84d9847..379d837 100644 --- a/crosvm_plugin/Cargo.toml +++ b/crosvm_plugin/Cargo.toml @@ -12,5 +12,5 @@ kvm = { path = "../kvm" } kvm_sys = { path = "../kvm_sys" } libc = "*" plugin_proto = { path = "../plugin_proto" } -protobuf = "=1.4.3" +protobuf = "2.3" sys_util = { path = "../sys_util" } -- cgit 1.4.1