Skip to content

Commit 38114ff

Browse files
committed
Auto merge of #69729 - RalfJung:backtrace, r=Mark-Simulacrum
update backtrace crate In particular this release includes rust-lang/backtrace-rs#297 and rust-lang/backtrace-rs#300.
2 parents 7900b2b + 9552d2e commit 38114ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
121121

122122
[[package]]
123123
name = "backtrace"
124-
version = "0.3.44"
124+
version = "0.3.45"
125125
source = "registry+https://github.com/rust-lang/crates.io-index"
126-
checksum = "e4036b9bf40f3cf16aba72a3d65e8a520fc4bafcdc7079aea8f848c58c5b5536"
126+
checksum = "ad235dabf00f36301792cfe82499880ba54c6486be094d1047b02bacb67c14e8"
127127
dependencies = [
128128
"backtrace-sys",
129129
"cfg-if",
@@ -135,9 +135,9 @@ dependencies = [
135135

136136
[[package]]
137137
name = "backtrace-sys"
138-
version = "0.1.32"
138+
version = "0.1.34"
139139
source = "registry+https://github.com/rust-lang/crates.io-index"
140-
checksum = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491"
140+
checksum = "ca797db0057bae1a7aa2eef3283a874695455cecf08a43bfb8507ee0ebc1ed69"
141141
dependencies = [
142142
"cc",
143143
"compiler_builtins",

0 commit comments

Comments
 (0)