From 3a831a34c62611b8cbc4789b92eae3738a4e0cca Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Tue, 1 Aug 2023 12:34:41 +1000 Subject: [PATCH] Bump dep target-lexicon to v0.12.11 (#1235) To support new target x86h-apple-darwin Signed-off-by: Jiahao XU --- crates/binstalk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index 8e0d7052..0698cf3d 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -34,7 +34,7 @@ semver = { version = "1.0.17", features = ["serde"] } serde = { version = "1.0.163", features = ["derive"] } serde_json = "1.0.99" strum = "0.25.0" -target-lexicon = { version = "0.12.8", features = ["std"] } +target-lexicon = { version = "0.12.11", features = ["std"] } tempfile = "3.5.0" thiserror = "1.0.40" # parking_lot for `tokio::sync::OnceCell::const_new`