mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-30 16:33:41 +02:00
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>
This commit is contained in:
parent
dd1d07646f
commit
6308fc3b9f
@ -14,7 +14,7 @@ name = "flashrom_tester"
|
|||||||
required-features = ["cli"]
|
required-features = ["cli"]
|
||||||
|
|
||||||
[dependencies]
|
[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 }
|
chrono = { version = "0.4", optional = true }
|
||||||
clap = { version = "2.33", default-features = false, optional = true }
|
clap = { version = "2.33", default-features = false, optional = true }
|
||||||
flashrom = { path = "flashrom/" }
|
flashrom = { path = "flashrom/" }
|
||||||
@ -25,7 +25,7 @@ serde_json = "1"
|
|||||||
sys-info = "0.9"
|
sys-info = "0.9"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
built = { version = "0.3", default-features = false, features = ["serialized_time", "serialized_version"] }
|
built = { version = "0.5", features = ["chrono"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# Features required to build the CLI binary but not the library
|
# Features required to build the CLI binary but not the library
|
||||||
|
Loading…
x
Reference in New Issue
Block a user