Loading crates/tor-error/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
crates/tor-error/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading