@@ -135,10 +135,10 @@ num-traits = { version = "0.2", default-features = false, optional = true }
135135object = { version = " 0.37" , default-features = false , features = [" read_core" , " elf" , " coff" ] }
136136pbjson = { version = " 0.8" , default-features = false , optional = true }
137137prost = { version = " 0.14" , default-features = false , features = [" derive" ], optional = true }
138- regex = { version = " 1.11 " , default-features = false , features = [], optional = true }
138+ regex = { version = " 1.12 " , default-features = false , features = [], optional = true }
139139serde = { version = " 1.0" , default-features = false , features = [" derive" ], optional = true }
140140similar = { git = " https://github.com/encounter/similar.git" , branch = " no_std" , default-features = false , features = [" hashbrown" ], optional = true }
141- typed-path = { version = " 0.11 " , default-features = false , optional = true }
141+ typed-path = { version = " 0.12 " , default-features = false , optional = true }
142142
143143# config
144144globset = { version = " 0.4" , default-features = false , optional = true }
@@ -155,29 +155,29 @@ powerpc = { version = "0.4", optional = true }
155155rlwinmdec = { version = " 1.1" , optional = true }
156156
157157# mips
158- rabbitizer = { version = " 2.0.0-alpha.4 " , default-features = false , features = [" all_extensions" ], optional = true }
158+ rabbitizer = { version = " 2.0.0-alpha.7 " , default-features = false , features = [" all_extensions" ], optional = true }
159159
160160# x86
161161iced-x86 = { version = " 1.21" , default-features = false , features = [" decoder" , " intel" , " gas" , " masm" , " nasm" , " exhaustive_enums" , " no_std" ], optional = true }
162162
163163# arm
164- unarm = { version = " 2.0 " , optional = true }
164+ unarm = { version = " 2.1 " , optional = true }
165165arm-attr = { version = " 0.2" , optional = true }
166166
167167# arm64
168168yaxpeax-arch = { version = " 0.3" , default-features = false , optional = true }
169169yaxpeax-arm = { version = " 0.3" , default-features = false , optional = true }
170170
171171# build
172- notify = { version = " 8.1 .0" , optional = true }
173- notify-debouncer-full = { version = " 0.5 .0" , optional = true }
172+ notify = { version = " 8.2 .0" , optional = true }
173+ notify-debouncer-full = { version = " 0.6 .0" , optional = true }
174174shell-escape = { version = " 0.1" , optional = true }
175- tempfile = { version = " 3.20 " , optional = true }
175+ tempfile = { version = " 3.23 " , optional = true }
176176time = { version = " 0.3" , optional = true }
177177encoding_rs = { version = " 0.8.35" , optional = true }
178178
179179# demangler
180- cpp_demangle = { version = " 0.4 " , optional = true , default-features = false , features = [" alloc" ] }
180+ cpp_demangle = { version = " 0.5 " , optional = true , default-features = false , features = [" alloc" ] }
181181cwdemangle = { version = " 1.0" , optional = true }
182182gnuv2_demangle = { version = " 0.4" , optional = true }
183183msvc-demangler = { version = " 0.11" , optional = true }
0 commit comments