@@ -123,14 +123,14 @@ features = ["all"]
123
123
[dependencies ]
124
124
anyhow = { version = " 1.0" , default-features = false }
125
125
filetime = { version = " 0.2" , optional = true }
126
- flagset = { version = " 0.4" , default-features = false , optional = true , git = " https://github.com/enarx/flagset.git " , rev = " a1fe9369b3741e43fec45da1998e83b9d78966a2 " }
126
+ flagset = { version = " 0.4" , default-features = false , optional = true }
127
127
itertools = { version = " 0.14" , default-features = false , features = [" use_alloc" ] }
128
128
log = { version = " 0.4" , default-features = false , optional = true }
129
129
memmap2 = { version = " 0.9" , optional = true }
130
130
num-traits = { version = " 0.2" , default-features = false , optional = true }
131
131
object = { git = " https://github.com/gimli-rs/object" , rev = " 16ff70aa6fbd97d6bb7b92375929f4d72414c32b" , default-features = false , features = [" read_core" , " elf" , " coff" ] }
132
- pbjson = { version = " 0.7 " , default-features = false , optional = true }
133
- prost = { version = " 0.13 " , default-features = false , features = [" prost- derive" ], optional = true }
132
+ pbjson = { version = " 0.8 " , default-features = false , optional = true }
133
+ prost = { version = " 0.14 " , default-features = false , features = [" derive" ], optional = true }
134
134
regex = { version = " 1.11" , default-features = false , features = [], optional = true }
135
135
serde = { version = " 1.0" , default-features = false , features = [" derive" ], optional = true }
136
136
similar = { version = " 2.7" , default-features = false , features = [" hashbrown" ], optional = true , git = " https://github.com/encounter/similar.git" , branch = " no_std" }
@@ -142,35 +142,35 @@ semver = { version = "1.0", default-features = false, optional = true }
142
142
serde_json = { version = " 1.0" , default-features = false , features = [" alloc" ], optional = true }
143
143
144
144
# dwarf
145
- gimli = { version = " 0.31 " , default-features = false , features = [" read" ], optional = true }
145
+ gimli = { version = " 0.32 " , default-features = false , features = [" read" ], optional = true }
146
146
147
147
# ppc
148
148
cwdemangle = { version = " 1.0" , optional = true }
149
- cwextab = { version = " 1.0 " , optional = true }
149
+ cwextab = { version = " 1.1 " , optional = true }
150
150
powerpc = { version = " 0.4" , optional = true }
151
151
rlwinmdec = { version = " 1.1" , optional = true }
152
152
153
153
# mips
154
- rabbitizer = { version = " 2.0.0-alpha.1 " , default-features = false , features = [" all_extensions" ], optional = true }
154
+ rabbitizer = { version = " 2.0.0-alpha.4 " , default-features = false , features = [" all_extensions" ], optional = true }
155
155
156
156
# x86
157
157
cpp_demangle = { version = " 0.4" , default-features = false , features = [" alloc" ], optional = true }
158
158
iced-x86 = { version = " 1.21" , default-features = false , features = [" decoder" , " intel" , " gas" , " masm" , " nasm" , " exhaustive_enums" , " no_std" ], optional = true }
159
159
msvc-demangler = { version = " 0.11" , optional = true }
160
160
161
161
# arm
162
- unarm = { version = " 1.8 " , optional = true }
162
+ unarm = { version = " 1.9 " , optional = true }
163
163
arm-attr = { version = " 0.2" , optional = true }
164
164
165
165
# arm64
166
166
yaxpeax-arch = { version = " 0.3" , default-features = false , optional = true }
167
167
yaxpeax-arm = { version = " 0.3" , default-features = false , optional = true }
168
168
169
169
# build
170
- notify = { version = " 8.0 .0" , optional = true }
170
+ notify = { version = " 8.1 .0" , optional = true }
171
171
notify-debouncer-full = { version = " 0.5.0" , optional = true }
172
172
shell-escape = { version = " 0.1" , optional = true }
173
- tempfile = { version = " 3.19 " , optional = true }
173
+ tempfile = { version = " 3.20 " , optional = true }
174
174
time = { version = " 0.3" , optional = true }
175
175
encoding_rs = { version = " 0.8.35" , optional = true }
176
176
@@ -189,10 +189,10 @@ self_update = { version = "0.42", optional = true }
189
189
190
190
[build-dependencies ]
191
191
heck = { version = " 0.5" , optional = true }
192
- pbjson-build = { version = " 0.7 " , optional = true }
192
+ pbjson-build = { version = " 0.8 " , optional = true }
193
193
prettyplease = { version = " 0.2" , optional = true }
194
194
proc-macro2 = { version = " 1.0" , optional = true }
195
- prost-build = { version = " 0.13 " , optional = true }
195
+ prost-build = { version = " 0.14 " , optional = true }
196
196
quote = { version = " 1.0" , optional = true }
197
197
serde = { version = " 1.0" , features = [" derive" ] }
198
198
serde_json = { version = " 1.0" }
0 commit comments