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]]
name = "backtrace"
version = "0.3.54"
version = "0.3.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2baad346b2d4e94a24347adeee9c7a93f412ee94b9cc26e5b59dea23848e9f28"
checksum = "ef5140344c85b01f9bbb4d4b7288a8aa4b3287ccef913a14bcc78a1063623598"
dependencies = [
"addr2line",
"cfg-if 1.0.0",