Skip to content

Commit

Permalink
Auto merge of #103934 - notriddle:notriddle/backtrace-deps, r=Mark-Si…
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Nov 7, 2022
2 parents 2f27e50 + 1ce1954 commit d40d18f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ hashbrown = { version = "0.12", default-features = false, features = ['rustc-dep
std_detect = { path = "../stdarch/crates/std_detect", default-features = false, features = ['rustc-dep-of-std'] }

# Dependencies of the `backtrace` crate
addr2line = { version = "0.16.0", optional = true, default-features = false }
addr2line = { version = "0.17.0", optional = true, default-features = false }
rustc-demangle = { version = "0.1.21", features = ['rustc-dep-of-std'] }
miniz_oxide = { version = "0.4.0", optional = true, default-features = false }
miniz_oxide = { version = "0.5.0", optional = true, default-features = false }
[dependencies.object]
version = "0.26.1"
version = "0.29.0"
optional = true
default-features = false
features = ['read_core', 'elf', 'macho', 'pe', 'unaligned', 'archive']
Expand Down

0 comments on commit d40d18f

Please sign in to comment.