Update to backtrace version 0.3.55 (#2436)

This fixes a bug in the get_sp function on s390x, which caused
crashed during garbage collection.
This commit is contained in:
Ulrich Weigand
2020-11-20 20:33:13 +01:00
committed by GitHub
parent 309354d9e1
commit 9b9e46abd8
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -94,9 +94,9 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]] [[package]]
name = "backtrace" name = "backtrace"
version = "0.3.54" version = "0.3.55"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2baad346b2d4e94a24347adeee9c7a93f412ee94b9cc26e5b59dea23848e9f28" checksum = "ef5140344c85b01f9bbb4d4b7288a8aa4b3287ccef913a14bcc78a1063623598"
dependencies = [ dependencies = [
"addr2line", "addr2line",
"cfg-if 1.0.0", "cfg-if 1.0.0",

View File

@@ -21,7 +21,7 @@ indexmap = "1.0.2"
thiserror = "1.0.4" thiserror = "1.0.4"
more-asserts = "0.2.1" more-asserts = "0.2.1"
cfg-if = "1.0" cfg-if = "1.0"
backtrace = "0.3.49" backtrace = "0.3.55"
lazy_static = "1.3.0" lazy_static = "1.3.0"
psm = "0.1.11" psm = "0.1.11"