Skip to content

Commit

Permalink
Merge pull request #495 from a1phyr/update_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Nov 27, 2022
2 parents e6110bf + 100cd9c commit a59e64f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,13 @@ serde = { version = "1.0", optional = true, features = ['derive'] }
rustc-serialize = { version = "0.3", optional = true }

# Optionally demangle C++ frames' symbols in backtraces.
cpp_demangle = { default-features = false, version = "0.3.0", optional = true }
cpp_demangle = { default-features = false, version = "0.4.0", optional = true, features = ["alloc"] }


addr2line = { version = "0.18.0", default-features = false }
addr2line = { version = "0.19.0", default-features = false }
miniz_oxide = { version = "0.6.0", default-features = false }

[dependencies.object]
version = "0.29.0"
version = "0.30.0"
default-features = false
features = ['read_core', 'elf', 'macho', 'pe', 'unaligned', 'archive']

Expand Down

0 comments on commit a59e64f

Please sign in to comment.