]> git.lizzy.rs Git - rust.git/commitdiff
Update rustc-demangle
authorvarkor <github@varkor.com>
Wed, 7 Oct 2020 19:52:02 +0000 (20:52 +0100)
committervarkor <github@varkor.com>
Wed, 21 Oct 2020 20:05:38 +0000 (21:05 +0100)
Cargo.lock
compiler/rustc_codegen_llvm/Cargo.toml
compiler/rustc_symbol_mangling/Cargo.toml
library/std/Cargo.toml
src/tools/rust-demangler/Cargo.toml

index 0d2170a9927472103350cfb6db2d568e0a426da5..f6483e7e3dbb62e6d0038c19df79b38bb0a0becb 100644 (file)
@@ -3276,9 +3276,9 @@ dependencies = [
 
 [[package]]
 name = "rustc-demangle"
-version = "0.1.16"
+version = "0.1.17"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
+checksum = "b2610b7f643d18c87dff3b489950269617e6601a51f1f05aa5daefee36f64f0b"
 dependencies = [
  "compiler_builtins",
  "rustc-std-workspace-core",
index 04792b334d553ff0ab70d7456208bebf8fe7bffb..3856582dc34edc3eff8a5f3c9e2bc324f153072d 100644 (file)
@@ -15,7 +15,7 @@ measureme = "0.7.1"
 snap = "1"
 tracing = "0.1"
 rustc_middle = { path = "../rustc_middle" }
-rustc-demangle = "0.1"
+rustc-demangle = "0.1.17"
 rustc_attr = { path = "../rustc_attr" }
 rustc_codegen_ssa = { path = "../rustc_codegen_ssa" }
 rustc_data_structures = { path = "../rustc_data_structures" }
index c0dacd24c38e66479c846825f2f920638e966ae1..8956366a263394136598808af99771c9bcfc7bf1 100644 (file)
@@ -10,7 +10,7 @@ doctest = false
 [dependencies]
 tracing = "0.1"
 punycode = "0.4.0"
-rustc-demangle = "0.1.16"
+rustc-demangle = "0.1.17"
 
 rustc_ast = { path = "../rustc_ast" }
 rustc_span = { path = "../rustc_span" }
index c08828bc0cde9024a8a0a41f1d8cba3f2fd98000..edd6c0f2046e73d8c39ca7229b895092330470d1 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.4", features = ['rustc-dep-of-std'] }
+rustc-demangle = { version = "0.1.17", features = ['rustc-dep-of-std'] }
 miniz_oxide = { version = "0.4.0", optional = true, default-features = false }
 [dependencies.object]
 version = "0.20"
index c978bbe20e8c7fba0b85e7269b2c16098e81b096..ac684a3c47e42f8d6fc88b0383a0392982415aed 100644 (file)
@@ -6,7 +6,7 @@ edition = "2018"
 
 [dependencies]
 regex = "1.0"
-rustc-demangle = "0.1"
+rustc-demangle = "0.1.17"
 
 [[bin]]
 name = "rust-demangler"