@@ -132,12 +132,12 @@ itertools = { version = "0.14", default-features = false, features = ["use_alloc
132
132
log = { version = " 0.4" , default-features = false , optional = true }
133
133
memmap2 = { version = " 0.9" , optional = true }
134
134
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" ] }
136
136
pbjson = { version = " 0.8" , default-features = false , optional = true }
137
137
prost = { version = " 0.14" , default-features = false , features = [" derive" ], optional = true }
138
138
regex = { version = " 1.11" , default-features = false , features = [], optional = true }
139
139
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 }
141
141
typed-path = { version = " 0.11" , default-features = false , optional = true }
142
142
143
143
# config
@@ -146,7 +146,7 @@ semver = { version = "1.0", default-features = false, optional = true }
146
146
serde_json = { version = " 1.0" , default-features = false , features = [" alloc" ], optional = true }
147
147
148
148
# 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 }
150
150
typed-arena = { version = " 2.0" , default-features = false , optional = true }
151
151
152
152
# ppc
0 commit comments