Updated sphinx version

This commit is contained in:
Jedrzej Stuczynski
2020-02-26 17:05:18 +00:00
parent f136f8e75a
commit e03fd54739
10 changed files with 10 additions and 10 deletions
Generated
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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"}
+1 -1
View File
@@ -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" }
+1 -1
View File
@@ -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" }
sphinx = { git = "https://github.com/nymtech/sphinx", rev="e5d91f87a6a9dbfc192a029e834b39a42768e9ce" }
+1 -1
View File
@@ -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]
+1 -1
View File
@@ -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"}
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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]
+1 -1
View File
@@ -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"
@@ -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" }