diff --git a/Cargo.lock b/Cargo.lock index db970f4982..6b89a247c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7786,7 +7786,7 @@ dependencies = [ [[package]] name = "ya-sb-proto" version = "0.1.0" -source = "git+https://github.com/golemfactory/ya-service-bus.git?rev=6b494e17d7a662e0b710af8c5a2e99ab4007fdb9#6b494e17d7a662e0b710af8c5a2e99ab4007fdb9" +source = "git+https://github.com/golemfactory/ya-service-bus.git?rev=707e4f9a64c8ede5b371d10dd8d564dba64bfa4c#707e4f9a64c8ede5b371d10dd8d564dba64bfa4c" dependencies = [ "bytes 0.5.6", "prost", @@ -7800,7 +7800,7 @@ dependencies = [ [[package]] name = "ya-sb-router" version = "0.3.1" -source = "git+https://github.com/golemfactory/ya-service-bus.git?rev=6b494e17d7a662e0b710af8c5a2e99ab4007fdb9#6b494e17d7a662e0b710af8c5a2e99ab4007fdb9" +source = "git+https://github.com/golemfactory/ya-service-bus.git?rev=707e4f9a64c8ede5b371d10dd8d564dba64bfa4c#707e4f9a64c8ede5b371d10dd8d564dba64bfa4c" dependencies = [ "anyhow", "bytes 0.4.12", @@ -7821,7 +7821,7 @@ dependencies = [ [[package]] name = "ya-sb-util" version = "0.1.0" -source = "git+https://github.com/golemfactory/ya-service-bus.git?rev=6b494e17d7a662e0b710af8c5a2e99ab4007fdb9#6b494e17d7a662e0b710af8c5a2e99ab4007fdb9" +source = "git+https://github.com/golemfactory/ya-service-bus.git?rev=707e4f9a64c8ede5b371d10dd8d564dba64bfa4c#707e4f9a64c8ede5b371d10dd8d564dba64bfa4c" dependencies = [ "futures 0.3.12", "pin-project 0.4.27", @@ -7909,7 +7909,7 @@ dependencies = [ [[package]] name = "ya-service-bus" version = "0.3.1" -source = "git+https://github.com/golemfactory/ya-service-bus.git?rev=6b494e17d7a662e0b710af8c5a2e99ab4007fdb9#6b494e17d7a662e0b710af8c5a2e99ab4007fdb9" +source = "git+https://github.com/golemfactory/ya-service-bus.git?rev=707e4f9a64c8ede5b371d10dd8d564dba64bfa4c#707e4f9a64c8ede5b371d10dd8d564dba64bfa4c" dependencies = [ "actix 0.9.0", "flexbuffers", diff --git a/Cargo.toml b/Cargo.toml index 6fa09fcd92..713cb3ebd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -168,10 +168,10 @@ ya-service-api-interfaces = { path = "core/serv-api/interfaces" } ya-service-api-web = { path = "core/serv-api/web" } ## SERVICE BUS -ya-service-bus = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "6b494e17d7a662e0b710af8c5a2e99ab4007fdb9"} -ya-sb-proto = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "6b494e17d7a662e0b710af8c5a2e99ab4007fdb9"} -ya-sb-router = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "6b494e17d7a662e0b710af8c5a2e99ab4007fdb9"} -ya-sb-util = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "6b494e17d7a662e0b710af8c5a2e99ab4007fdb9"} +ya-service-bus = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "707e4f9a64c8ede5b371d10dd8d564dba64bfa4c" } +ya-sb-proto = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "707e4f9a64c8ede5b371d10dd8d564dba64bfa4c" } +ya-sb-router = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "707e4f9a64c8ede5b371d10dd8d564dba64bfa4c" } +ya-sb-util = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "707e4f9a64c8ede5b371d10dd8d564dba64bfa4c" } ## CLIENT ya-client = { git = "https://github.com/golemfactory/ya-client.git", rev = "c3f3419e48eade7f4d491c71948a1a50446d87d5"}