]> git.lizzy.rs Git - rust.git/commitdiff
Update to rustc-demangle 0.1.18
authorvarkor <github@varkor.com>
Wed, 21 Oct 2020 20:11:11 +0000 (21:11 +0100)
committervarkor <github@varkor.com>
Wed, 21 Oct 2020 20:11:11 +0000 (21:11 +0100)
Cargo.lock
compiler/rustc_codegen_llvm/Cargo.toml
compiler/rustc_symbol_mangling/Cargo.toml
library/std/Cargo.toml

index f6483e7e3dbb62e6d0038c19df79b38bb0a0becb..a3c4d2493ff180787fc38720ca1428c41833ea6e 100644 (file)
@@ -3276,9 +3276,9 @@ dependencies = [
 
 [[package]]
 name = "rustc-demangle"
-version = "0.1.17"
+version = "0.1.18"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b2610b7f643d18c87dff3b489950269617e6601a51f1f05aa5daefee36f64f0b"
+checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
 dependencies = [
  "compiler_builtins",
  "rustc-std-workspace-core",
index 3856582dc34edc3eff8a5f3c9e2bc324f153072d..586b9d0837425d5c9f4016f552938ccfec7d954d 100644 (file)
@@ -15,7 +15,7 @@ measureme = "0.7.1"
 snap = "1"
 tracing = "0.1"
 rustc_middle = { path = "../rustc_middle" }
-rustc-demangle = "0.1.17"
+rustc-demangle = "0.1.18"
 rustc_attr = { path = "../rustc_attr" }
 rustc_codegen_ssa = { path = "../rustc_codegen_ssa" }
 rustc_data_structures = { path = "../rustc_data_structures" }
index 8956366a263394136598808af99771c9bcfc7bf1..3df5f16131922cfb3455d99aa19907ae1edd81cc 100644 (file)
@@ -10,7 +10,7 @@ doctest = false
 [dependencies]
 tracing = "0.1"
 punycode = "0.4.0"
-rustc-demangle = "0.1.17"
+rustc-demangle = "0.1.18"
 
 rustc_ast = { path = "../rustc_ast" }
 rustc_span = { path = "../rustc_span" }
index edd6c0f2046e73d8c39ca7229b895092330470d1..47b59d4a6772ce2a58c36811887d4ef5376f698f 100644 (file)
@@ -24,7 +24,7 @@ hashbrown = { version = "0.9.0", default-features = false, features = ['rustc-de
 
 # Dependencies of the `backtrace` crate
 addr2line = { version = "0.13.0", optional = true, default-features = false }
-rustc-demangle = { version = "0.1.17", features = ['rustc-dep-of-std'] }
+rustc-demangle = { version = "0.1.18", features = ['rustc-dep-of-std'] }
 miniz_oxide = { version = "0.4.0", optional = true, default-features = false }
 [dependencies.object]
 version = "0.20"