diff --git a/applications/tari_app_grpc/Cargo.toml b/applications/tari_app_grpc/Cargo.toml index 8e28301965..74678fbfc2 100644 --- a/applications/tari_app_grpc/Cargo.toml +++ b/applications/tari_app_grpc/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" tari_common_types = { version = "^0.8", path = "../../base_layer/common_types"} tari_core = { path = "../../base_layer/core"} tari_wallet = { path = "../../base_layer/wallet"} -tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } +tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } #switch back to official after merge #switch back to official after merge tari_comms = { path = "../../comms"} chrono = "0.4.6" diff --git a/applications/tari_app_utilities/Cargo.toml b/applications/tari_app_utilities/Cargo.toml index 38b6eda261..786dfb82c8 100644 --- a/applications/tari_app_utilities/Cargo.toml +++ b/applications/tari_app_utilities/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] tari_comms = { path = "../../comms"} -tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } +tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } #switch back to official after merge tari_common = { path = "../../common" } tari_p2p = { path = "../../base_layer/p2p" } tari_wallet = { path = "../../base_layer/wallet" } diff --git a/applications/tari_base_node/Cargo.toml b/applications/tari_base_node/Cargo.toml index 37ce318038..b16c8f6600 100644 --- a/applications/tari_base_node/Cargo.toml +++ b/applications/tari_base_node/Cargo.toml @@ -14,7 +14,7 @@ tari_common = { path = "../../common" } tari_comms = { path = "../../comms", features = ["rpc"]} tari_comms_dht = { path = "../../comms/dht"} tari_core = { path = "../../base_layer/core", default-features = false, features = ["transactions"]} -tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } +tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } #switch back to official after merge tari_mmr = { path = "../../base_layer/mmr" } tari_p2p = { path = "../../base_layer/p2p" } tari_service_framework = { path = "../../base_layer/service_framework"} diff --git a/applications/tari_console_wallet/Cargo.toml b/applications/tari_console_wallet/Cargo.toml index 61d1a1de44..cb1d6b8f17 100644 --- a/applications/tari_console_wallet/Cargo.toml +++ b/applications/tari_console_wallet/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] tari_wallet = { path = "../../base_layer/wallet" } -tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } +tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } #switch back to official after merge tari_common = { path = "../../common" } tari_app_utilities = { path = "../tari_app_utilities"} tari_comms = { path = "../../comms"} @@ -43,4 +43,3 @@ features = ["transactions", "mempool_proto", "base_node_proto"] version = "^0.12" default-features = false features = ["crossterm"] - diff --git a/applications/tari_merge_mining_proxy/Cargo.toml b/applications/tari_merge_mining_proxy/Cargo.toml index a5ced6c359..3058856699 100644 --- a/applications/tari_merge_mining_proxy/Cargo.toml +++ b/applications/tari_merge_mining_proxy/Cargo.toml @@ -16,7 +16,7 @@ tari_app_grpc = { path = "../tari_app_grpc" } tari_common = { path = "../../common" } tari_core = { path = "../../base_layer/core", default-features = false, features = ["transactions"]} tari_app_utilities = { path = "../tari_app_utilities"} -tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } +tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } #switch back to official after merge tari_utilities = "^0.3" anyhow = "1.0.40" diff --git a/applications/tari_mining_node/Cargo.toml b/applications/tari_mining_node/Cargo.toml index 8a360a6f9a..06193c8de2 100644 --- a/applications/tari_mining_node/Cargo.toml +++ b/applications/tari_mining_node/Cargo.toml @@ -27,6 +27,6 @@ thiserror = "1.0" [dev-dependencies] -tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } +tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } #switch back to official after merge prost-types = "0.6.1" chrono = "0.4" diff --git a/applications/test_faucet/Cargo.toml b/applications/test_faucet/Cargo.toml index 5d6b9312b6..4961d4b33e 100644 --- a/applications/test_faucet/Cargo.toml +++ b/applications/test_faucet/Cargo.toml @@ -11,7 +11,7 @@ tari_utilities = "^0.3" serde = { version = "1.0.97", features = ["derive"] } serde_json = "1.0" rand = "0.7.2" -tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } +tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } #switch back to official after merge [dependencies.tari_core] version = "^0.8" diff --git a/base_layer/common_types/Cargo.toml b/base_layer/common_types/Cargo.toml index 6b12628169..afaa58b198 100644 --- a/base_layer/common_types/Cargo.toml +++ b/base_layer/common_types/Cargo.toml @@ -9,6 +9,6 @@ edition = "2018" [dependencies] futures = {version = "^0.3.1", features = ["async-await"] } rand = "0.7.2" -tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } +tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } #switch back to official after merge serde = { version = "1.0.106", features = ["derive"] } tokio = { version="^0.2", features = ["blocking", "time", "sync"] } diff --git a/base_layer/core/Cargo.toml b/base_layer/core/Cargo.toml index 3c50cd7460..8c4d3aef4b 100644 --- a/base_layer/core/Cargo.toml +++ b/base_layer/core/Cargo.toml @@ -23,7 +23,7 @@ tari_common_types = { version = "^0.8", path = "../../base_layer/common_types"} tari_comms = { version = "^0.8", path = "../../comms"} tari_comms_dht = { version = "^0.8", path = "../../comms/dht"} tari_comms_rpc_macros = { version = "^0.8", path = "../../comms/rpc_macros"} -tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } +tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } #switch back to official after merge tari_mmr = { version = "^0.8", path = "../../base_layer/mmr", optional = true } tari_p2p = { version = "^0.8", path = "../../base_layer/p2p" } tari_service_framework = { version = "^0.8", path = "../service_framework"} diff --git a/base_layer/key_manager/Cargo.toml b/base_layer/key_manager/Cargo.toml index 97781fcad6..32397b7f87 100644 --- a/base_layer/key_manager/Cargo.toml +++ b/base_layer/key_manager/Cargo.toml @@ -8,7 +8,7 @@ version = "0.8.11" edition = "2018" [dependencies] -tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } +tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } #switch back to official after merge rand = "0.7.2" digest = "0.8.0" sha2 = "0.8.0" diff --git a/base_layer/mmr/Cargo.toml b/base_layer/mmr/Cargo.toml index 56f68c0f58..7286db0ee1 100644 --- a/base_layer/mmr/Cargo.toml +++ b/base_layer/mmr/Cargo.toml @@ -25,7 +25,7 @@ criterion = { version="0.2", optional = true } rand="0.7.0" blake2 = "0.8.0" tari_infra_derive= { path = "../../infrastructure/derive", version = "^0.8" } -tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } +tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } #switch back to official after merge serde_json = "1.0" bincode = "1.1" [lib] diff --git a/base_layer/p2p/Cargo.toml b/base_layer/p2p/Cargo.toml index 4fa877c8d7..47fb18a1c8 100644 --- a/base_layer/p2p/Cargo.toml +++ b/base_layer/p2p/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" tari_comms = { version = "^0.8", path = "../../comms"} tari_comms_dht = { version = "^0.8", path = "../../comms/dht"} tari_common = { version= "^0.8", path = "../../common" } -tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } +tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } #switch back to official after merge tari_service_framework = { version = "^0.8", path = "../service_framework"} tari_shutdown = { version = "^0.8", path="../../infrastructure/shutdown" } tari_storage = { version = "^0.8", path = "../../infrastructure/storage"} diff --git a/base_layer/wallet/Cargo.toml b/base_layer/wallet/Cargo.toml index b8c244c009..92e24eeba4 100644 --- a/base_layer/wallet/Cargo.toml +++ b/base_layer/wallet/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" tari_common_types = { version = "^0.8", path = "../../base_layer/common_types"} tari_comms = { version = "^0.8", path = "../../comms"} tari_comms_dht = { version = "^0.8", path = "../../comms/dht" } -tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } +tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } #switch back to official after merge tari_key_manager = { version = "^0.8", path = "../key_manager" } tari_p2p = { version = "^0.8", path = "../p2p" } tari_service_framework = { version = "^0.8", path = "../service_framework"} diff --git a/base_layer/wallet_ffi/Cargo.toml b/base_layer/wallet_ffi/Cargo.toml index cc505a6619..8765b130d4 100644 --- a/base_layer/wallet_ffi/Cargo.toml +++ b/base_layer/wallet_ffi/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] tari_comms = { version = "^0.8", path = "../../comms" } tari_comms_dht = { version = "^0.8", path = "../../comms/dht" } -tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } +tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } #switch back to official after merge tari_key_manager = { version = "^0.8", path = "../key_manager" } tari_p2p = { version = "^0.8", path = "../p2p" } tari_wallet = { version = "^0.8", path = "../wallet", features = ["test_harness", "c_integration"]} diff --git a/comms/Cargo.toml b/comms/Cargo.toml index b323216d1a..ae056f78d5 100644 --- a/comms/Cargo.toml +++ b/comms/Cargo.toml @@ -10,7 +10,7 @@ version = "0.8.11" edition = "2018" [dependencies] -tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } +tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } #switch back to official after merge tari_storage = { version = "^0.8", path = "../infrastructure/storage" } tari_shutdown = { version="^0.8", path = "../infrastructure/shutdown" } diff --git a/comms/dht/Cargo.toml b/comms/dht/Cargo.toml index ab0ad7a58b..cdf24ec233 100644 --- a/comms/dht/Cargo.toml +++ b/comms/dht/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" tari_common = { version = "^0.8", path = "../../common"} tari_comms = { version = "^0.8", path = "../", features = ["rpc"]} tari_comms_rpc_macros = { version = "^0.8", path = "../rpc_macros"} -tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } +tari_crypto = { git = "https://github.com/SWvheerden/tari-crypto.git", rev = "3e8817" } #switch back to official after merge tari_utilities = { version = "^0.3" } tari_shutdown = { version = "^0.8", path = "../../infrastructure/shutdown"} tari_storage = { version = "^0.8", path = "../../infrastructure/storage"}