diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index 5706904..d99c861 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -8,7 +8,7 @@ moat-core={ path = "../moat-core" } license-provider = { path = "../license-provider" } [dev-dependencies] -dusk-wallet = {git = "https://github.com/dusk-network/wallet-cli", branch = "get_ssk"} +dusk-wallet = "0.20.1-rc.0" zk-citadel = "0.5" phoenix-core = { version = "0.21", features = ["alloc"] } poseidon-merkle = { version = "0.3", features = ["rkyv-impl"] } diff --git a/license-provider/Cargo.toml b/license-provider/Cargo.toml index ddf727f..2b28f85 100644 --- a/license-provider/Cargo.toml +++ b/license-provider/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -dusk-wallet = {git = "https://github.com/dusk-network/wallet-cli", branch = "get_ssk"} +dusk-wallet = "0.20.1-rc.0" zk-citadel = "0.5" moat-core={ path = "../moat-core" } wallet-accessor = { path = "../wallet-accessor" } diff --git a/moat-cli-lp/Cargo.toml b/moat-cli-lp/Cargo.toml index fd1cfa4..b892d57 100644 --- a/moat-cli-lp/Cargo.toml +++ b/moat-cli-lp/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -dusk-wallet = {git = "https://github.com/dusk-network/wallet-cli", branch = "get_ssk"} +dusk-wallet = "0.20.1-rc.0" wallet-accessor = { path = "../wallet-accessor" } moat-core = { path = "../moat-core" } dusk-pki = "0.13" diff --git a/moat-cli-sp/Cargo.toml b/moat-cli-sp/Cargo.toml index b5c9f74..08b112b 100644 --- a/moat-cli-sp/Cargo.toml +++ b/moat-cli-sp/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -dusk-wallet = {git = "https://github.com/dusk-network/wallet-cli", branch = "get_ssk"} +dusk-wallet = "0.20.1-rc.0" wallet-accessor = { path = "../wallet-accessor" } moat-core = { path = "../moat-core" } rkyv = { version = "=0.7.39" } diff --git a/moat-cli-user/Cargo.toml b/moat-cli-user/Cargo.toml index 17e19f0..1fe5992 100644 --- a/moat-cli-user/Cargo.toml +++ b/moat-cli-user/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -dusk-wallet = {git = "https://github.com/dusk-network/wallet-cli", branch = "get_ssk"} +dusk-wallet = "0.20.1-rc.0" wallet-accessor = { path = "../wallet-accessor" } moat-core = { path = "../moat-core" } zk-citadel = "0.5" diff --git a/moat-core/Cargo.toml b/moat-core/Cargo.toml index 74429f3..03d0fa7 100644 --- a/moat-core/Cargo.toml +++ b/moat-core/Cargo.toml @@ -9,7 +9,7 @@ tokio-tungstenite = { version = "0.19", default-features = false, features = ["c futures = "0.3" futures-core = "0.3" futures-util = { version = "0.3.28", default-features = false, features = ["sink", "std"] } -dusk-wallet = {git = "https://github.com/dusk-network/wallet-cli", branch = "get_ssk"} +dusk-wallet = "0.20.1-rc.0" wallet-accessor = { path = "../wallet-accessor" } zk-citadel = "0.5" dusk-plonk = { version = "0.16", default-features = false, features = ["rkyv-impl", "alloc"] } diff --git a/testing-utils/test-moat-cli/Cargo.toml b/testing-utils/test-moat-cli/Cargo.toml index 2769572..ead93e3 100644 --- a/testing-utils/test-moat-cli/Cargo.toml +++ b/testing-utils/test-moat-cli/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -dusk-wallet = {git = "https://github.com/dusk-network/wallet-cli", branch = "get_ssk"} +dusk-wallet = "0.20.1-rc.0" wallet-accessor = { path = "../../wallet-accessor" } moat-core = { path = "../../moat-core" } license-provider = { path = "../../license-provider" } diff --git a/testing-utils/test-moat-request/Cargo.toml b/testing-utils/test-moat-request/Cargo.toml index df027be..b95546f 100644 --- a/testing-utils/test-moat-request/Cargo.toml +++ b/testing-utils/test-moat-request/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -dusk-wallet = {git = "https://github.com/dusk-network/wallet-cli", branch = "get_ssk"} +dusk-wallet = "0.20.1-rc.0" wallet-accessor = { path = "../../wallet-accessor" } moat-core = { path = "../../moat-core" } toml-base-config = "0.1" diff --git a/wallet-accessor/Cargo.toml b/wallet-accessor/Cargo.toml index f3f303f..a198722 100644 --- a/wallet-accessor/Cargo.toml +++ b/wallet-accessor/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -dusk-wallet = {git = "https://github.com/dusk-network/wallet-cli", branch = "get_ssk"} +dusk-wallet = "0.20.1-rc.0" dusk-wallet-core = "0.22.0-plonk.0.16" phoenix-core = { version = "0.21", features = ["alloc"] } dusk-bls12_381 = "0.12"