From 6308fc3b9fac53423ff53040845973661299d6d8 Mon Sep 17 00:00:00 2001 From: George Burgess IV Date: Thu, 21 Jul 2022 22:43:26 -0700 Subject: flashrom_tester: update to built-0.5 built-0.3 depends on git2-0.9, which is our only user of url-1, which is our only user of idna-0.1, which depends on rustc-serialize, which suffers from RUSTSEC-2022-0004. That's a mouthful :) BUG=b:239449434 TEST=CQ BRANCH=none Change-Id: I0d39b417fd2291838e85f91a2af1c8a4fe28a6c2 Signed-off-by: George Burgess IV Signed-off-by: Evan Benn Reviewed-on: https://review.coreboot.org/c/flashrom/+/66140 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- util/flashrom_tester/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util') diff --git a/util/flashrom_tester/Cargo.toml b/util/flashrom_tester/Cargo.toml index 8956b923..b57f04e5 100644 --- a/util/flashrom_tester/Cargo.toml +++ b/util/flashrom_tester/Cargo.toml @@ -14,7 +14,7 @@ name = "flashrom_tester" required-features = ["cli"] [dependencies] -built = { version = "0.3", default-features = false, features = ["serialized_time", "serialized_version"] } +built = { version = "0.5", features = ["chrono"] } chrono = { version = "0.4", optional = true } clap = { version = "2.33", default-features = false, optional = true } flashrom = { path = "flashrom/" } @@ -25,7 +25,7 @@ serde_json = "1" sys-info = "0.9" [build-dependencies] -built = { version = "0.3", default-features = false, features = ["serialized_time", "serialized_version"] } +built = { version = "0.5", features = ["chrono"] } [features] # Features required to build the CLI binary but not the library -- cgit v1.2.3