diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2024-05-27 17:05:32 -0700 |
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2024-05-27 19:53:41 -0700 |
| commit | 3ec9d8db2769f0743881d209ec789e9df878fa05 (patch) | |
| tree | a8acaddb2bcbeb270002923dac1178e8f57e68b3 /library/std | |
| parent | 00b759530e5fc2ffc615e21f3ff14f39cc1c031f (diff) | |
| download | rust-3ec9d8db2769f0743881d209ec789e9df878fa05.tar.gz rust-3ec9d8db2769f0743881d209ec789e9df878fa05.zip | |
Sync libstd deps with backtrace
Diffstat (limited to 'library/std')
| -rw-r--r-- | library/std/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml index bc78c63c577..79a504c5a5e 100644 --- a/library/std/Cargo.toml +++ b/library/std/Cargo.toml @@ -24,11 +24,11 @@ hashbrown = { version = "0.14", 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 -rustc-demangle = { version = "0.1.21", features = ['rustc-dep-of-std'] } +rustc-demangle = { version = "0.1.24", features = ['rustc-dep-of-std'] } [target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies] miniz_oxide = { version = "0.7.0", optional = true, default-features = false } -addr2line = { version = "0.21.0", optional = true, default-features = false } +addr2line = { version = "0.22.0", optional = true, default-features = false } [target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies] libc = { version = "0.2.153", default-features = false, features = ['rustc-dep-of-std'], public = true } |
