We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb214872 commit6785858Copy full SHA for 6785858
std/Cargo.toml
@@ -24,11 +24,11 @@ hashbrown = { version = "0.14", default-features = false, features = ['rustc-dep
24
std_detect = {path ="../stdarch/crates/std_detect",default-features =false,features = ['rustc-dep-of-std'] }
25
26
# Dependencies of the `backtrace` crate
27
-rustc-demangle = {version ="0.1.21",features = ['rustc-dep-of-std'] }
+rustc-demangle = {version ="0.1.24",features = ['rustc-dep-of-std'] }
28
29
[target.'cfg(not(all(windows,target_env="msvc",not(target_vendor="uwp"))))'.dependencies]
30
miniz_oxide = {version ="0.7.0",optional =true,default-features =false }
31
-addr2line = {version ="0.21.0",optional =true,default-features =false }
+addr2line = {version ="0.22.0",optional =true,default-features =false }
32
33
[target.'cfg(not(all(windows,target_env="msvc")))'.dependencies]
34
libc = {version ="0.2.153",default-features =false,features = ['rustc-dep-of-std'],public =true }