summaryrefslogtreecommitdiffstats
path: root/util/flashrom_tester
diff options
context:
space:
mode:
authorGeorge Burgess IV <gbiv@google.com>2022-07-21 22:43:26 -0700
committerAnastasia Klimchuk <aklm@chromium.org>2022-08-02 02:37:52 +0000
commit6308fc3b9fac53423ff53040845973661299d6d8 (patch)
treeaf949ce67c62f8437c858489e445c445e165d29d /util/flashrom_tester
parentdd1d07646fa6d7f1b3016937b94deeea16f8c73c (diff)
downloadflashrom-6308fc3b9fac53423ff53040845973661299d6d8.tar.gz
flashrom-6308fc3b9fac53423ff53040845973661299d6d8.tar.bz2
flashrom-6308fc3b9fac53423ff53040845973661299d6d8.zip
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 <gbiv@google.com> Signed-off-by: Evan Benn <evanbenn@chromium.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/66140 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'util/flashrom_tester')
-rw-r--r--util/flashrom_tester/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/flashrom_tester/Cargo.toml b/util/flashrom_tester/Cargo.toml
index 8956b9233..b57f04e54 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