@@ -30,18 +30,18 @@ rustc-serialize = { version = "0.3", optional = true }
30
30
cpp_demangle = { default-features = false , version = " 0.2.3" , optional = true }
31
31
32
32
# Optional dependencies enabled through the `gimli-symbolize` feature
33
- addr2line = { version = " 0.9 .0" , optional = true , default-features = false , features = [' std' ] }
33
+ addr2line = { version = " 0.10 .0" , optional = true , default-features = false , features = [' std' ] }
34
34
findshlibs = { version = " 0.5.0" , optional = true }
35
35
memmap = { version = " 0.7.0" , optional = true }
36
- goblin = { version = " 0.0.23 " , optional = true , default-features = false , features = [' std' ] }
36
+ goblin = { version = " 0.0.24 " , optional = true , default-features = false , features = [' std' ] }
37
37
38
38
[target .'cfg(windows)' .dependencies ]
39
39
winapi = { version = " 0.3.3" , optional = true }
40
- goblin = { version = " 0.0.23 " , optional = true , default-features = false , features = [' pe32' , ' pe64' ] }
40
+ goblin = { version = " 0.0.24 " , optional = true , default-features = false , features = [' pe32' , ' pe64' ] }
41
41
[target .'cfg(target_os = "macos")' .dependencies ]
42
- goblin = { version = " 0.0.23 " , optional = true , default-features = false , features = [' mach32' , ' mach64' ] }
42
+ goblin = { version = " 0.0.24 " , optional = true , default-features = false , features = [' mach32' , ' mach64' ] }
43
43
[target .'cfg(not(any(target_os = "macos", windows)))' .dependencies ]
44
- goblin = { version = " 0.0.23 " , optional = true , default-features = false , features = [' elf32' , ' elf64' ] }
44
+ goblin = { version = " 0.0.24 " , optional = true , default-features = false , features = [' elf32' , ' elf64' ] }
45
45
46
46
# Each feature controls the two phases of finding a backtrace: getting a
47
47
# backtrace and then resolving instruction pointers to symbols. The default
0 commit comments