From ffc1ee4142071c56aee7bf615694057526796522 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Mon, 2 Oct 2023 16:13:00 +0000 Subject: [PATCH] Update Rust crate target-lexicon to 0.12.11 --- Cargo.lock | 4 ++-- target-spec/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9597398ff7..f07e63d6c73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3533,9 +3533,9 @@ dependencies = [ [[package]] name = "target-lexicon" -version = "0.12.10" +version = "0.12.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d2faeef5759ab89935255b1a4cd98e0baf99d1085e37d36599c625dac49ae8e" +checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a" [[package]] name = "target-spec" diff --git a/target-spec/Cargo.toml b/target-spec/Cargo.toml index d49a23d297a..e7755a04fdf 100644 --- a/target-spec/Cargo.toml +++ b/target-spec/Cargo.toml @@ -24,7 +24,7 @@ cfg-expr = { version = "0.15.4", features = ["targets"] } proptest = { version = "1.2.0", optional = true } serde = { version = "1.0.188", optional = true, features = ["derive"] } serde_json = { version = "1.0.107", optional = true } -target-lexicon = { version = "0.12.10", features = ["std"] } +target-lexicon = { version = "0.12.11", features = ["std"] } guppy-workspace-hack = { version = "0.1", path = "../workspace-hack" } unicode-ident = "1.0.11"