Skip to content

Commit cff4be2

Browse files
committed
Update gimli, object
Resolves encounter#228
1 parent e1da909 commit cff4be2

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

Cargo.lock

Lines changed: 44 additions & 44 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,12 @@ 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 = { git = "https://github.com/gimli-rs/object", rev = "16ff70aa6fbd97d6bb7b92375929f4d72414c32b", default-features = false, features = ["read_core", "elf", "coff"] }
135+
object = { version = "0.37", 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.11", default-features = false, features = [], optional = true }
139139
serde = { version = "1.0", default-features = false, features = ["derive"], optional = true }
140-
similar = { version = "2.7", default-features = false, features = ["hashbrown"], optional = true, git = "https://github.com/encounter/similar.git", branch = "no_std" }
140+
similar = { git = "https://github.com/encounter/similar.git", branch = "no_std", default-features = false, features = ["hashbrown"], optional = true }
141141
typed-path = { version = "0.11", default-features = false, optional = true }
142142

143143
# config
@@ -146,7 +146,7 @@ semver = { version = "1.0", default-features = false, optional = true }
146146
serde_json = { version = "1.0", default-features = false, features = ["alloc"], optional = true }
147147

148148
# dwarf
149-
gimli = { version = "0.32", default-features = false, features = ["read"], optional = true }
149+
gimli = { git = "https://github.com/gimli-rs/gimli", rev = "7335f00e7c39fd501511584fefb0ba974117c950", default-features = false, features = ["read"], optional = true }
150150
typed-arena = { version = "2.0", default-features = false, optional = true }
151151

152152
# ppc

0 commit comments

Comments
 (0)