Skip to content

Commit 6785858

Browse files
Sync libstd deps with backtrace
1 parent b214872 commit 6785858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

std/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ hashbrown = { version = "0.14", default-features = false, features = ['rustc-dep
2424
std_detect = { path = "../stdarch/crates/std_detect", default-features = false, features = ['rustc-dep-of-std'] }
2525

2626
# Dependencies of the `backtrace` crate
27-
rustc-demangle = { version = "0.1.21", features = ['rustc-dep-of-std'] }
27+
rustc-demangle = { version = "0.1.24", features = ['rustc-dep-of-std'] }
2828

2929
[target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies]
3030
miniz_oxide = { version = "0.7.0", optional = true, default-features = false }
31-
addr2line = { version = "0.21.0", optional = true, default-features = false }
31+
addr2line = { version = "0.22.0", optional = true, default-features = false }
3232

3333
[target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies]
3434
libc = { version = "0.2.153", default-features = false, features = ['rustc-dep-of-std'], public = true }

0 commit comments

Comments
 (0)