From e3331dc8c49acbae0cd01a564513714bce57c420 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 23 Apr 2020 16:06:19 -0400 Subject: [PATCH] Update backtrace dependency. --- Cargo.lock | 10 ++++++---- Cargo.toml | 1 - 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac2988e25ec..b8f91e97123 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -207,8 +207,9 @@ dependencies = [ [[package]] name = "backtrace" -version = "0.3.40" -source = "git+https://github.com/MeFisto94/backtrace-rs?branch=fix-strtab-freeing-crash#91a0aa4a5d649151878cddd883b92ba7057ca41c" +version = "0.3.46" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1e692897359247cc6bb902933361652380af0f1b7651ae5c5013407f30e109e" dependencies = [ "backtrace-sys", "cfg-if", @@ -218,8 +219,9 @@ dependencies = [ [[package]] name = "backtrace-sys" -version = "0.1.32" -source = "git+https://github.com/MeFisto94/backtrace-rs?branch=fix-strtab-freeing-crash#91a0aa4a5d649151878cddd883b92ba7057ca41c" +version = "0.1.36" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "78848718ee1255a2485d1309ad9cdecfc2e7d0362dd11c6829364c6b35ae1bc7" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 747681deaf7..c1d7986da5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,6 +31,5 @@ mio = { git = "https://github.com/servo/mio.git", branch = "servo" } # https://github.com/retep998/winapi-rs/pull/816 winapi = { git = "https://github.com/servo/winapi-rs", branch = "patch-1" } 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 = { git = "https://github.com/servo/surfman" }