Skip to content

Commit 36edbfe

Browse files
committed
Update goblin/addr2line dependencies
1 parent bb5c04f commit 36edbfe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ rustc-serialize = { version = "0.3", optional = true }
3030
cpp_demangle = { default-features = false, version = "0.2.3", optional = true }
3131

3232
# 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'] }
3434
findshlibs = { version = "0.5.0", optional = true }
3535
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'] }
3737

3838
[target.'cfg(windows)'.dependencies]
3939
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'] }
4141
[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'] }
4343
[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'] }
4545

4646
# Each feature controls the two phases of finding a backtrace: getting a
4747
# backtrace and then resolving instruction pointers to symbols. The default

0 commit comments

Comments
 (0)