diff --git a/Cargo.lock b/Cargo.lock index 286179c84678..f173ab430b79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3117,9 +3117,9 @@ dependencies = [ [[package]] name = "target-lexicon" -version = "0.12.16" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" +checksum = "4ff4a4048091358129767b8a200d6927f58876c8b5ea16fb7b0222d43b79bfa8" [[package]] name = "tch" diff --git a/Cargo.toml b/Cargo.toml index 53020a85ce88..707507b408ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -260,7 +260,7 @@ byte-array-literals = { path = "crates/wasi-preview1-component-adapter/byte-arra regalloc2 = "0.11.1" # cap-std family: -target-lexicon = "0.12.16" +target-lexicon = "0.13.0" cap-std = "3.4.1" cap-rand = { version = "3.4.1", features = ["small_rng"] } cap-fs-ext = "3.4.1" diff --git a/crates/environ/src/compile/mod.rs b/crates/environ/src/compile/mod.rs index de12ba29f3f0..642e20c2debe 100644 --- a/crates/environ/src/compile/mod.rs +++ b/crates/environ/src/compile/mod.rs @@ -330,9 +330,9 @@ pub trait Compiler: Send + Sync { match (self.triple().operating_system, self.triple().architecture) { ( OperatingSystem::MacOSX { .. } - | OperatingSystem::Darwin - | OperatingSystem::Ios - | OperatingSystem::Tvos, + | OperatingSystem::Darwin(_) + | OperatingSystem::IOS(_) + | OperatingSystem::TvOS(_), Architecture::Aarch64(..), ) => 0x4000, // 64 KB is the maximal page size (i.e. memory translation granule size) diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index 1fa4cd82c712..f945e03aa8a9 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -4396,7 +4396,7 @@ end = "2025-07-30" criteria = "safe-to-deploy" user-id = 6825 # Dan Gohman (sunfishcode) start = "2019-03-06" -end = "2024-07-14" +end = "2025-12-06" [[trusted.termcolor]] criteria = "safe-to-deploy" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index cf1ed2fc989f..a45a8f645c89 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -1028,11 +1028,11 @@ user-login = "alexcrichton" user-name = "Alex Crichton" [[publisher.target-lexicon]] -version = "0.12.16" -when = "2024-07-30" -user-id = 696 -user-login = "fitzgen" -user-name = "Nick Fitzgerald" +version = "0.13.0" +when = "2024-12-05" +user-id = 6825 +user-login = "sunfishcode" +user-name = "Dan Gohman" [[publisher.termcolor]] version = "1.4.1"