Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot]
455cd24bda chore(deps): update rust crate object to 0.39 2026-04-08 08:13:29 +00:00
2 changed files with 11 additions and 2 deletions

11
Cargo.lock generated
View File

@@ -5394,6 +5394,15 @@ dependencies = [
"memchr",
]
[[package]]
name = "object"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63944c133d03f44e75866bbd160b95af0ec3f6a13d936d69d31c81078cbc5baf"
dependencies = [
"memchr",
]
[[package]]
name = "ocb3"
version = "0.1.0"
@@ -8899,7 +8908,7 @@ dependencies = [
"minisign",
"notify",
"notify-debouncer-full",
"object 0.36.7",
"object 0.39.0",
"os_info",
"os_pipe",
"oxc_allocator",

View File

@@ -134,7 +134,7 @@ libc = "0.2"
[target."cfg(target_os = \"macos\")".dependencies]
plist = "1"
tauri-macos-sign = { version = "2.3.3", path = "../tauri-macos-sign" }
object = { version = "0.36", default-features = false, features = [
object = { version = "0.39", default-features = false, features = [
"macho",
"read_core",
"std",