From 1c8dfa52c6a077308c1b055be8361e97d5231fb1 Mon Sep 17 00:00:00 2001 From: Philipp Hoenisch Date: Tue, 4 May 2021 14:35:57 +1000 Subject: [PATCH] Remove torut patch to custom fork. --- Cargo.lock | 5 +++-- Cargo.toml | 3 --- 2 files changed, 3 insertions(+), 5 deletions(-) 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" ] }