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

View File

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