471: Remove torut patch to custom fork. r=bonomat a=bonomat

https://github.com/teawithsand/torut/pull/10 was merged and a new version released.

Co-authored-by: Philipp Hoenisch <philipp@hoenisch.at>
pull/473/head
bors[bot] 3 years ago committed by GitHub
commit 21b16b7ff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
Cargo.lock generated

@ -4127,8 +4127,9 @@ dependencies = [
[[package]]
name = "torut"
version = "0.1.8"
source = "git+https://github.com/bonomat/torut/?branch=feature-flag-tor-secret-keys#d4f9858e3b4452c2056ff7ee4e50836cdcb62572"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05253df8056cc5830af67e5e86d6bb88bef83221238e698783f2560048584757"
dependencies = [
"base32",
"base64 0.10.1",

@ -1,5 +1,2 @@
[workspace]
members = [ "monero-harness", "monero-rpc", "swap", "monero-wallet" ]
[patch.crates-io]
torut = { git = "https://github.com/bonomat/torut/", branch = "feature-flag-tor-secret-keys", default-features = false, features = [ "v3", "control" ] }

Loading…
Cancel
Save