From e03fd54739fa923f88d88b96ec779428ee246bbf Mon Sep 17 00:00:00 2001 From: Jedrzej Stuczynski Date: Wed, 26 Feb 2020 17:05:18 +0000 Subject: [PATCH] Updated sphinx version --- Cargo.lock | 2 +- common/clients/mix-client/Cargo.toml | 2 +- common/clients/provider-client/Cargo.toml | 2 +- common/crypto/Cargo.toml | 2 +- common/healthcheck/Cargo.toml | 2 +- common/topology/Cargo.toml | 2 +- mixnode/Cargo.toml | 2 +- nym-client/Cargo.toml | 2 +- sfw-provider/Cargo.toml | 2 +- sfw-provider/sfw-provider-requests/Cargo.toml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a27893cff7..71eeba7ec2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2270,7 +2270,7 @@ dependencies = [ [[package]] name = "sphinx" version = "0.1.0" -source = "git+https://github.com/nymtech/sphinx?rev=5862939c52e4dd76f836856a01787faec32152b4#5862939c52e4dd76f836856a01787faec32152b4" +source = "git+https://github.com/nymtech/sphinx?rev=e5d91f87a6a9dbfc192a029e834b39a42768e9ce#e5d91f87a6a9dbfc192a029e834b39a42768e9ce" dependencies = [ "aes-ctr", "arrayref", diff --git a/common/clients/mix-client/Cargo.toml b/common/clients/mix-client/Cargo.toml index 2a029d7632..55e3730471 100644 --- a/common/clients/mix-client/Cargo.toml +++ b/common/clients/mix-client/Cargo.toml @@ -18,6 +18,6 @@ addressing = {path = "../../addressing"} topology = {path = "../../topology"} ## will be moved to proper dependencies once released -sphinx = { git = "https://github.com/nymtech/sphinx", rev="5862939c52e4dd76f836856a01787faec32152b4" } +sphinx = { git = "https://github.com/nymtech/sphinx", rev="e5d91f87a6a9dbfc192a029e834b39a42768e9ce" } # sphinx = { path = "../../../../sphinx"} diff --git a/common/clients/provider-client/Cargo.toml b/common/clients/provider-client/Cargo.toml index 1d3b68c4f2..3713846eba 100644 --- a/common/clients/provider-client/Cargo.toml +++ b/common/clients/provider-client/Cargo.toml @@ -16,4 +16,4 @@ tokio = { version = "0.2", features = ["full"] } sfw-provider-requests = { path = "../../../sfw-provider/sfw-provider-requests" } ## will be moved to proper dependencies once released -sphinx = { git = "https://github.com/nymtech/sphinx", rev="5862939c52e4dd76f836856a01787faec32152b4" } +sphinx = { git = "https://github.com/nymtech/sphinx", rev="e5d91f87a6a9dbfc192a029e834b39a42768e9ce" } diff --git a/common/crypto/Cargo.toml b/common/crypto/Cargo.toml index be0cb42b31..22818bd791 100644 --- a/common/crypto/Cargo.toml +++ b/common/crypto/Cargo.toml @@ -15,4 +15,4 @@ rand = "0.7.2" rand_os = "0.1" ## will be moved to proper dependencies once released -sphinx = { git = "https://github.com/nymtech/sphinx", rev="5862939c52e4dd76f836856a01787faec32152b4" } \ No newline at end of file +sphinx = { git = "https://github.com/nymtech/sphinx", rev="e5d91f87a6a9dbfc192a029e834b39a42768e9ce" } \ No newline at end of file diff --git a/common/healthcheck/Cargo.toml b/common/healthcheck/Cargo.toml index 7af12ace4c..31f0ac787f 100644 --- a/common/healthcheck/Cargo.toml +++ b/common/healthcheck/Cargo.toml @@ -27,7 +27,7 @@ sfw-provider-requests = { path = "../../sfw-provider/sfw-provider-requests" } topology = {path = "../topology" } ## will be moved to proper dependencies once released -sphinx = { git = "https://github.com/nymtech/sphinx", rev="5862939c52e4dd76f836856a01787faec32152b4" } +sphinx = { git = "https://github.com/nymtech/sphinx", rev="e5d91f87a6a9dbfc192a029e834b39a42768e9ce" } # sphinx = { path = "../../../sphinx"} [dev-dependencies] diff --git a/common/topology/Cargo.toml b/common/topology/Cargo.toml index 2c28228bd5..99c377ebb7 100644 --- a/common/topology/Cargo.toml +++ b/common/topology/Cargo.toml @@ -19,5 +19,5 @@ addressing = {path = "../addressing"} version-checker = {path = "../version-checker" } ## will be moved to proper dependencies once released -sphinx = { git = "https://github.com/nymtech/sphinx", rev="5862939c52e4dd76f836856a01787faec32152b4" } +sphinx = { git = "https://github.com/nymtech/sphinx", rev="e5d91f87a6a9dbfc192a029e834b39a42768e9ce" } # sphinx = { path = "../../../sphinx"} diff --git a/mixnode/Cargo.toml b/mixnode/Cargo.toml index f583498830..b58ee4a113 100644 --- a/mixnode/Cargo.toml +++ b/mixnode/Cargo.toml @@ -27,7 +27,7 @@ directory-client = { path = "../common/clients/directory-client" } pemstore = {path = "../common/pemstore"} ## will be moved to proper dependencies once released -sphinx = { git = "https://github.com/nymtech/sphinx", rev="5862939c52e4dd76f836856a01787faec32152b4" } +sphinx = { git = "https://github.com/nymtech/sphinx", rev="e5d91f87a6a9dbfc192a029e834b39a42768e9ce" } [build-dependencies] built = "0.3.2" diff --git a/nym-client/Cargo.toml b/nym-client/Cargo.toml index 60524d2fac..60ef9899e3 100644 --- a/nym-client/Cargo.toml +++ b/nym-client/Cargo.toml @@ -40,7 +40,7 @@ sfw-provider-requests = { path = "../sfw-provider/sfw-provider-requests" } topology = {path = "../common/topology" } ## will be moved to proper dependencies once released -sphinx = { git = "https://github.com/nymtech/sphinx", rev="5862939c52e4dd76f836856a01787faec32152b4" } +sphinx = { git = "https://github.com/nymtech/sphinx", rev="e5d91f87a6a9dbfc192a029e834b39a42768e9ce" } # sphinx = { path = "../../sphinx"} [build-dependencies] diff --git a/sfw-provider/Cargo.toml b/sfw-provider/Cargo.toml index 21ee83a326..994f197b8a 100644 --- a/sfw-provider/Cargo.toml +++ b/sfw-provider/Cargo.toml @@ -31,7 +31,7 @@ pemstore = {path = "../common/pemstore"} sfw-provider-requests = { path = "./sfw-provider-requests" } ## will be moved to proper dependencies once released -sphinx = { git = "https://github.com/nymtech/sphinx", rev="5862939c52e4dd76f836856a01787faec32152b4" } +sphinx = { git = "https://github.com/nymtech/sphinx", rev="e5d91f87a6a9dbfc192a029e834b39a42768e9ce" } [build-dependencies] built = "0.3.2" diff --git a/sfw-provider/sfw-provider-requests/Cargo.toml b/sfw-provider/sfw-provider-requests/Cargo.toml index 0507581973..2b7bd63c43 100644 --- a/sfw-provider/sfw-provider-requests/Cargo.toml +++ b/sfw-provider/sfw-provider-requests/Cargo.toml @@ -8,4 +8,4 @@ edition = "2018" [dependencies] bs58 = "0.3.0" -sphinx = { git = "https://github.com/nymtech/sphinx", rev="5862939c52e4dd76f836856a01787faec32152b4" } +sphinx = { git = "https://github.com/nymtech/sphinx", rev="e5d91f87a6a9dbfc192a029e834b39a42768e9ce" }