Commit 326e77c6 authored by Nick Mathewson's avatar Nick Mathewson 🦞
Browse files

Update minimum backtrace version to 0.3.39

This is needed to make the backtrace test pass on Rust 1.53 with
minimum-version libraries.
parent 4becaa01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ categories = [ "tor" ]
default = ["backtrace"]

[dependencies]
backtrace = { version = "0.3.8", optional = true }
backtrace = { version = "0.3.39", optional = true }
derive_more = "0.99"
futures = "0.3"
thiserror = "1"