@@ -123,14 +123,14 @@ features = ["all"]
123123[dependencies ]
124124anyhow = { version = " 1.0" , default-features = false }
125125filetime = { 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 }
127127itertools = { version = " 0.14" , default-features = false , features = [" use_alloc" ] }
128128log = { version = " 0.4" , default-features = false , optional = true }
129129memmap2 = { version = " 0.9" , optional = true }
130130num-traits = { version = " 0.2" , default-features = false , optional = true }
131131object = { 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 }
134134regex = { version = " 1.11" , default-features = false , features = [], optional = true }
135135serde = { version = " 1.0" , default-features = false , features = [" derive" ], optional = true }
136136similar = { 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 }
142142serde_json = { version = " 1.0" , default-features = false , features = [" alloc" ], optional = true }
143143
144144# 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 }
146146
147147# ppc
148148cwdemangle = { version = " 1.0" , optional = true }
149- cwextab = { version = " 1.0 " , optional = true }
149+ cwextab = { version = " 1.1 " , optional = true }
150150powerpc = { version = " 0.4" , optional = true }
151151rlwinmdec = { version = " 1.1" , optional = true }
152152
153153# 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 }
155155
156156# x86
157157cpp_demangle = { version = " 0.4" , default-features = false , features = [" alloc" ], optional = true }
158158iced-x86 = { version = " 1.21" , default-features = false , features = [" decoder" , " intel" , " gas" , " masm" , " nasm" , " exhaustive_enums" , " no_std" ], optional = true }
159159msvc-demangler = { version = " 0.11" , optional = true }
160160
161161# arm
162- unarm = { version = " 1.8 " , optional = true }
162+ unarm = { version = " 1.9 " , optional = true }
163163arm-attr = { version = " 0.2" , optional = true }
164164
165165# arm64
166166yaxpeax-arch = { version = " 0.3" , default-features = false , optional = true }
167167yaxpeax-arm = { version = " 0.3" , default-features = false , optional = true }
168168
169169# build
170- notify = { version = " 8.0 .0" , optional = true }
170+ notify = { version = " 8.1 .0" , optional = true }
171171notify-debouncer-full = { version = " 0.5.0" , optional = true }
172172shell-escape = { version = " 0.1" , optional = true }
173- tempfile = { version = " 3.19 " , optional = true }
173+ tempfile = { version = " 3.20 " , optional = true }
174174time = { version = " 0.3" , optional = true }
175175encoding_rs = { version = " 0.8.35" , optional = true }
176176
@@ -189,10 +189,10 @@ self_update = { version = "0.42", optional = true }
189189
190190[build-dependencies ]
191191heck = { version = " 0.5" , optional = true }
192- pbjson-build = { version = " 0.7 " , optional = true }
192+ pbjson-build = { version = " 0.8 " , optional = true }
193193prettyplease = { version = " 0.2" , optional = true }
194194proc-macro2 = { version = " 1.0" , optional = true }
195- prost-build = { version = " 0.13 " , optional = true }
195+ prost-build = { version = " 0.14 " , optional = true }
196196quote = { version = " 1.0" , optional = true }
197197serde = { version = " 1.0" , features = [" derive" ] }
198198serde_json = { version = " 1.0" }
0 commit comments