diff --git a/Cargo.lock b/Cargo.lock index 92b1ca1c894f..13016fd36c3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3480,9 +3480,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 d6405e39609c..f4a0c49c4eca 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.178", optional = true, features = ["derive"] } serde_json = { version = "1.0.104", 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"