diff --git a/Cargo.lock b/Cargo.lock index 90cedbc5..a8c5b378 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 28aa3e92..56e4fe63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" ] }