diff --git a/Cargo.toml b/Cargo.toml index dca266a..0bb06b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ default = ["std"] std = [] [dependencies] -backtrace = { version = "0.3", optional = true } +backtrace = { version = "0.3.51", optional = true } [dev-dependencies] futures = { version = "0.3", default-features = false }