feat: sandboxing for macos (#7197)

Co-authored-by: Alex Rosenzweig <arosenzweig@squareup.com>
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Michael Neale
2026-02-17 09:04:55 +11:00
committed by GitHub
parent 4a5848ea76
commit 1ad641cd36
9 changed files with 1327 additions and 7 deletions
Generated
+3 -3
View File
@@ -1585,7 +1585,7 @@ dependencies = [
"safetensors 0.7.0",
"thiserror 2.0.18",
"yoke 0.8.1",
"zip 7.4.0",
"zip 7.2.0",
]
[[package]]
@@ -12491,9 +12491,9 @@ dependencies = [
[[package]]
name = "zip"
version = "7.4.0"
version = "7.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc12baa6db2b15a140161ce53d72209dacea594230798c24774139b54ecaa980"
checksum = "c42e33efc22a0650c311c2ef19115ce232583abbe80850bc8b66509ebef02de0"
dependencies = [
"crc32fast",
"indexmap 2.13.0",