Skip to content

Commit f6b3c9d

Browse files
committed
Bump Object Crate to 0.39.1
1 parent 715c5e2 commit f6b3c9d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

objdiff-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ itertools = { version = "0.14", default-features = false, features = ["use_alloc
132132
log = { version = "0.4", default-features = false, optional = true }
133133
memmap2 = { version = "0.9", optional = true }
134134
num-traits = { version = "0.2", default-features = false, optional = true }
135-
object = { version = "0.39", default-features = false, features = ["read_core", "elf", "coff"] }
135+
object = { version = "0.39.1", default-features = false, features = ["read_core", "elf", "coff"] }
136136
pbjson = { version = "0.8", default-features = false, optional = true }
137137
prost = { version = "0.14", default-features = false, features = ["derive"], optional = true }
138138
regex = { version = "1.12", default-features = false, features = [], optional = true }

0 commit comments

Comments
 (0)