diff --git a/clients/mix-client/Cargo.toml b/clients/mix-client/Cargo.toml index ddf9ef3f77..44ae56b669 100644 --- a/clients/mix-client/Cargo.toml +++ b/clients/mix-client/Cargo.toml @@ -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" } diff --git a/clients/nym-client/Cargo.toml b/clients/nym-client/Cargo.toml index 00520551a1..f905a25eaf 100644 --- a/clients/nym-client/Cargo.toml +++ b/clients/nym-client/Cargo.toml @@ -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" } diff --git a/clients/provider-client/Cargo.toml b/clients/provider-client/Cargo.toml index c71c060e97..5a523a589e 100644 --- a/clients/provider-client/Cargo.toml +++ b/clients/provider-client/Cargo.toml @@ -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" } diff --git a/common/topology/Cargo.toml b/common/topology/Cargo.toml index c4c2fa26df..08ed1b827c 100644 --- a/common/topology/Cargo.toml +++ b/common/topology/Cargo.toml @@ -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" } diff --git a/mixnode/Cargo.toml b/mixnode/Cargo.toml index 351a93866d..9b08b1704e 100644 --- a/mixnode/Cargo.toml +++ b/mixnode/Cargo.toml @@ -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" diff --git a/sfw-provider/Cargo.toml b/sfw-provider/Cargo.toml index 968ad7447f..ba3c872cba 100644 --- a/sfw-provider/Cargo.toml +++ b/sfw-provider/Cargo.toml @@ -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" diff --git a/sfw-provider/sfw-provider-requests/Cargo.toml b/sfw-provider/sfw-provider-requests/Cargo.toml index ef672d54d6..c2560fe9d2 100644 --- a/sfw-provider/sfw-provider-requests/Cargo.toml +++ b/sfw-provider/sfw-provider-requests/Cargo.toml @@ -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" } diff --git a/validator/Cargo.toml b/validator/Cargo.toml index f036be7f8b..4f75e1c8a0 100644 --- a/validator/Cargo.toml +++ b/validator/Cargo.toml @@ -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"