From 2a27d76bbdb3224bdfbe1aa2f95bffc2a67260ae Mon Sep 17 00:00:00 2001 From: Alexey Proshutinskiy Date: Fri, 21 Jun 2024 19:49:02 +0300 Subject: [PATCH] update ccp deps --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e3101d0dcb..f280b1dbc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -173,9 +173,9 @@ enum_dispatch = "0.3.12" serde_with = "3.8.1" mockito = "1.2.0" clarity = "1.3.0" -cpu-utils = { git = "https://github.com/fluencelabs/capacity-commitment-prover.git", branch = "feat/VM-613-batching-api" } -ccp-shared = { git = "https://github.com/fluencelabs/capacity-commitment-prover.git", branch = "feat/VM-613-batching-api" } -ccp-rpc-client = { git = "https://github.com/fluencelabs/capacity-commitment-prover.git", branch = "feat/VM-613-batching-api" } +cpu-utils = { git = "ssh://git@github.com/fluencelabs/capacity-commitment-prover.git", branch = "feat/VM-613-batching-api" } +ccp-shared = { git = "ssh://git@github.com/fluencelabs/capacity-commitment-prover.git", branch = "feat/VM-613-batching-api" } +ccp-rpc-client = { git = "ssh://git@github.com/fluencelabs/capacity-commitment-prover.git", branch = "feat/VM-613-batching-api" } alloy-sol-types = "0.6.4" alloy-primitives = "0.6.4" alloy_serde_macro = "0.1.2"