Updated used sphinx revision
This commit is contained in:
@@ -11,4 +11,4 @@ log = "0.4.8"
|
||||
tokio = { version = "0.2", features = ["full"] }
|
||||
|
||||
## will be moved to proper dependencies once released
|
||||
sphinx = { git = "https://github.com/nymtech/sphinx", rev="50ba6c4bbeb9be59257f32ff1e8f734e4fd82633" }
|
||||
sphinx = { git = "https://github.com/nymtech/sphinx", rev="380d7c4ac15c1cb7e373f2e1ca9399529015a916" }
|
||||
|
||||
@@ -39,7 +39,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="50ba6c4bbeb9be59257f32ff1e8f734e4fd82633" }
|
||||
sphinx = { git = "https://github.com/nymtech/sphinx", rev="380d7c4ac15c1cb7e373f2e1ca9399529015a916" }
|
||||
|
||||
# putting this explicitly below everything and most likely, the next time we look into it, it will already have a proper release
|
||||
tokio-tungstenite = { git = "https://github.com/dbcfd/tokio-tungstenite", rev="6dc2018cbfe8fe7ddd75ff977343086503135b38" }
|
||||
|
||||
@@ -15,4 +15,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="50ba6c4bbeb9be59257f32ff1e8f734e4fd82633" }
|
||||
sphinx = { git = "https://github.com/nymtech/sphinx", rev="380d7c4ac15c1cb7e373f2e1ca9399529015a916" }
|
||||
|
||||
@@ -18,4 +18,4 @@ serde = { version = "1.0.104", features = ["derive"] }
|
||||
addressing = {path = "../addressing"}
|
||||
|
||||
## will be moved to proper dependencies once released
|
||||
sphinx = { git = "https://github.com/nymtech/sphinx", rev="50ba6c4bbeb9be59257f32ff1e8f734e4fd82633" }
|
||||
sphinx = { git = "https://github.com/nymtech/sphinx", rev="380d7c4ac15c1cb7e373f2e1ca9399529015a916" }
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ addressing = {path = "../common/addressing" }
|
||||
directory-client = { path = "../clients/directory-client" }
|
||||
|
||||
## will be moved to proper dependencies once released
|
||||
sphinx = { git = "https://github.com/nymtech/sphinx", rev="50ba6c4bbeb9be59257f32ff1e8f734e4fd82633" }
|
||||
sphinx = { git = "https://github.com/nymtech/sphinx", rev="380d7c4ac15c1cb7e373f2e1ca9399529015a916" }
|
||||
|
||||
[build-dependencies]
|
||||
built = "0.3.2"
|
||||
|
||||
@@ -26,7 +26,7 @@ directory-client = { path = "../clients/directory-client" }
|
||||
sfw-provider-requests = { path = "./sfw-provider-requests" }
|
||||
|
||||
## will be moved to proper dependencies once released
|
||||
sphinx = { git = "https://github.com/nymtech/sphinx", rev="50ba6c4bbeb9be59257f32ff1e8f734e4fd82633" }
|
||||
sphinx = { git = "https://github.com/nymtech/sphinx", rev="380d7c4ac15c1cb7e373f2e1ca9399529015a916" }
|
||||
|
||||
[build-dependencies]
|
||||
built = "0.3.2"
|
||||
|
||||
@@ -7,4 +7,4 @@ edition = "2018"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
sphinx = { git = "https://github.com/nymtech/sphinx", rev="50ba6c4bbeb9be59257f32ff1e8f734e4fd82633" }
|
||||
sphinx = { git = "https://github.com/nymtech/sphinx", rev="380d7c4ac15c1cb7e373f2e1ca9399529015a916" }
|
||||
|
||||
@@ -30,7 +30,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="50ba6c4bbeb9be59257f32ff1e8f734e4fd82633" }
|
||||
sphinx = { git = "https://github.com/nymtech/sphinx", rev="380d7c4ac15c1cb7e373f2e1ca9399529015a916" }
|
||||
|
||||
[build-dependencies]
|
||||
built = "0.3.2"
|
||||
|
||||
Reference in New Issue
Block a user