mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Auto merge of #26292 - jdm:backtraceup, r=jdm
Update backtrace dependency. Fixes #24984. Fixes #26024.
This commit is contained in:
commit
71419df5fa
2 changed files with 6 additions and 5 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -207,8 +207,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "backtrace"
|
name = "backtrace"
|
||||||
version = "0.3.40"
|
version = "0.3.46"
|
||||||
source = "git+https://github.com/MeFisto94/backtrace-rs?branch=fix-strtab-freeing-crash#91a0aa4a5d649151878cddd883b92ba7057ca41c"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "b1e692897359247cc6bb902933361652380af0f1b7651ae5c5013407f30e109e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace-sys",
|
"backtrace-sys",
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
|
@ -218,8 +219,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "backtrace-sys"
|
name = "backtrace-sys"
|
||||||
version = "0.1.32"
|
version = "0.1.36"
|
||||||
source = "git+https://github.com/MeFisto94/backtrace-rs?branch=fix-strtab-freeing-crash#91a0aa4a5d649151878cddd883b92ba7057ca41c"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "78848718ee1255a2485d1309ad9cdecfc2e7d0362dd11c6829364c6b35ae1bc7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"libc",
|
"libc",
|
||||||
|
|
|
@ -31,6 +31,5 @@ mio = { git = "https://github.com/servo/mio.git", branch = "servo" }
|
||||||
# https://github.com/retep998/winapi-rs/pull/816
|
# https://github.com/retep998/winapi-rs/pull/816
|
||||||
winapi = { git = "https://github.com/servo/winapi-rs", branch = "patch-1" }
|
winapi = { git = "https://github.com/servo/winapi-rs", branch = "patch-1" }
|
||||||
spirv_cross = { git = "https://github.com/servo/spirv_cross", branch = "wgpu-servo" }
|
spirv_cross = { git = "https://github.com/servo/spirv_cross", branch = "wgpu-servo" }
|
||||||
backtrace = { git = "https://github.com/MeFisto94/backtrace-rs", branch = "fix-strtab-freeing-crash" }
|
|
||||||
surfman-chains = { git = "https://github.com/asajeffrey/surfman-chains" }
|
surfman-chains = { git = "https://github.com/asajeffrey/surfman-chains" }
|
||||||
surfman = { git = "https://github.com/servo/surfman" }
|
surfman = { git = "https://github.com/servo/surfman" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue