diff --git a/Cargo.lock b/Cargo.lock index 38f75e35fd1..49e62da191f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3821,9 +3821,9 @@ dependencies = [ [[package]] name = "target-lexicon" -version = "0.12.15" +version = "0.12.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4873307b7c257eddcb50c9bedf158eb669578359fb28428bef438fec8e6ba7c2" +checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "target-spec" diff --git a/target-spec/Cargo.toml b/target-spec/Cargo.toml index c00f92efcf9..98a618f02c7 100644 --- a/target-spec/Cargo.toml +++ b/target-spec/Cargo.toml @@ -24,7 +24,7 @@ cfg-expr = { version = "0.16.0", features = ["targets"] } proptest = { version = "1.4.0", optional = true } serde = { version = "1.0.204", optional = true, features = ["derive"] } serde_json = { version = "1.0.117", optional = true } -target-lexicon = { version = "0.12.15", features = ["std"] } +target-lexicon = { version = "0.12.16", features = ["std"] } unicode-ident = "1.0.12" guppy-workspace-hack.workspace = true