Skip to content

Commit 21ff800

Browse files
chore(deps): update rust crate object to 0.37
1 parent 6a39f49 commit 21ff800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tauri-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ libc = "0.2"
135135
[target."cfg(target_os = \"macos\")".dependencies]
136136
plist = "1"
137137
tauri-macos-sign = { version = "2.1.0", path = "../tauri-macos-sign" }
138-
object = { version = "0.36", default-features = false, features = [
138+
object = { version = "0.37", default-features = false, features = [
139139
"macho",
140140
"read_core",
141141
"std",

0 commit comments

Comments
 (0)