From 9100eb3741e8ad8b4538e485a077b4f6a325d242 Mon Sep 17 00:00:00 2001 From: stringhandler Date: Fri, 20 Oct 2023 15:50:04 +0200 Subject: [PATCH] v0.52.0-dan.4 --- Cargo.lock | 48 +++++++++---------- applications/minotari_app_grpc/Cargo.toml | 2 +- .../minotari_app_utilities/Cargo.toml | 2 +- .../minotari_console_wallet/Cargo.toml | 2 +- .../minotari_merge_mining_proxy/Cargo.toml | 2 +- applications/minotari_miner/Cargo.toml | 2 +- applications/minotari_node/Cargo.toml | 2 +- base_layer/common_types/Cargo.toml | 2 +- base_layer/contacts/Cargo.toml | 2 +- base_layer/core/Cargo.toml | 2 +- base_layer/key_manager/Cargo.toml | 2 +- base_layer/mmr/Cargo.toml | 2 +- base_layer/p2p/Cargo.toml | 2 +- base_layer/service_framework/Cargo.toml | 2 +- base_layer/wallet/Cargo.toml | 2 +- base_layer/wallet_ffi/Cargo.toml | 2 +- common/Cargo.toml | 2 +- common/tari_features/Cargo.toml | 2 +- common_sqlite/Cargo.toml | 2 +- comms/core/Cargo.toml | 2 +- comms/dht/Cargo.toml | 2 +- comms/rpc_macros/Cargo.toml | 2 +- infrastructure/derive/Cargo.toml | 2 +- infrastructure/shutdown/Cargo.toml | 2 +- infrastructure/storage/Cargo.toml | 2 +- infrastructure/test_utils/Cargo.toml | 2 +- 26 files changed, 49 insertions(+), 49 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9657defd86..eec5461ee5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3020,7 +3020,7 @@ dependencies = [ [[package]] name = "minotari_app_grpc" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" dependencies = [ "argon2", "base64 0.13.1", @@ -3044,7 +3044,7 @@ dependencies = [ [[package]] name = "minotari_app_utilities" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" dependencies = [ "clap 3.2.25", "futures 0.3.28", @@ -3085,7 +3085,7 @@ dependencies = [ [[package]] name = "minotari_console_wallet" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" dependencies = [ "bitflags 2.4.0", "blake2", @@ -3139,7 +3139,7 @@ dependencies = [ [[package]] name = "minotari_merge_mining_proxy" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" dependencies = [ "anyhow", "bincode", @@ -3174,7 +3174,7 @@ dependencies = [ [[package]] name = "minotari_miner" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" dependencies = [ "base64 0.13.1", "borsh", @@ -3226,7 +3226,7 @@ dependencies = [ [[package]] name = "minotari_node" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" dependencies = [ "anyhow", "async-trait", @@ -3280,7 +3280,7 @@ dependencies = [ [[package]] name = "minotari_wallet" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" dependencies = [ "argon2", "async-trait", @@ -3330,7 +3330,7 @@ dependencies = [ [[package]] name = "minotari_wallet_ffi" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" dependencies = [ "borsh", "cbindgen", @@ -5446,7 +5446,7 @@ dependencies = [ [[package]] name = "tari_common" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" dependencies = [ "anyhow", "blake2", @@ -5473,7 +5473,7 @@ dependencies = [ [[package]] name = "tari_common_sqlite" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" dependencies = [ "diesel", "diesel_migrations", @@ -5487,7 +5487,7 @@ dependencies = [ [[package]] name = "tari_common_types" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" dependencies = [ "base64 0.21.2", "blake2", @@ -5507,7 +5507,7 @@ dependencies = [ [[package]] name = "tari_comms" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" dependencies = [ "anyhow", "async-trait", @@ -5557,7 +5557,7 @@ dependencies = [ [[package]] name = "tari_comms_dht" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" dependencies = [ "anyhow", "bitflags 2.4.0", @@ -5601,7 +5601,7 @@ dependencies = [ [[package]] name = "tari_comms_rpc_macros" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" dependencies = [ "futures 0.3.28", "proc-macro2", @@ -5616,7 +5616,7 @@ dependencies = [ [[package]] name = "tari_contacts" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" dependencies = [ "chrono", "diesel", @@ -5649,7 +5649,7 @@ dependencies = [ [[package]] name = "tari_core" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" dependencies = [ "async-trait", "bincode", @@ -5739,7 +5739,7 @@ dependencies = [ [[package]] name = "tari_features" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" [[package]] name = "tari_integration_tests" @@ -5790,7 +5790,7 @@ dependencies = [ [[package]] name = "tari_key_manager" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" dependencies = [ "argon2", "async-trait", @@ -5856,7 +5856,7 @@ dependencies = [ [[package]] name = "tari_mmr" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" dependencies = [ "bincode", "blake2", @@ -5876,7 +5876,7 @@ dependencies = [ [[package]] name = "tari_p2p" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" dependencies = [ "anyhow", "clap 3.2.25", @@ -5930,7 +5930,7 @@ dependencies = [ [[package]] name = "tari_service_framework" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" dependencies = [ "anyhow", "async-trait", @@ -5947,7 +5947,7 @@ dependencies = [ [[package]] name = "tari_shutdown" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" dependencies = [ "futures 0.3.28", "tokio", @@ -5955,7 +5955,7 @@ dependencies = [ [[package]] name = "tari_storage" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" dependencies = [ "bincode", "lmdb-zero", @@ -5968,7 +5968,7 @@ dependencies = [ [[package]] name = "tari_test_utils" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" dependencies = [ "futures 0.3.28", "futures-test", diff --git a/applications/minotari_app_grpc/Cargo.toml b/applications/minotari_app_grpc/Cargo.toml index ed3a7264e6..eba5071fdc 100644 --- a/applications/minotari_app_grpc/Cargo.toml +++ b/applications/minotari_app_grpc/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "This crate is to provide a single source for all cross application grpc files and conversions to and from tari::core" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" edition = "2018" [dependencies] diff --git a/applications/minotari_app_utilities/Cargo.toml b/applications/minotari_app_utilities/Cargo.toml index 62394ad7ce..e06ba6208d 100644 --- a/applications/minotari_app_utilities/Cargo.toml +++ b/applications/minotari_app_utilities/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minotari_app_utilities" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" diff --git a/applications/minotari_console_wallet/Cargo.toml b/applications/minotari_console_wallet/Cargo.toml index f9cac2938b..f5102a1817 100644 --- a/applications/minotari_console_wallet/Cargo.toml +++ b/applications/minotari_console_wallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minotari_console_wallet" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause" diff --git a/applications/minotari_merge_mining_proxy/Cargo.toml b/applications/minotari_merge_mining_proxy/Cargo.toml index 30e086dd0a..770de77dc9 100644 --- a/applications/minotari_merge_mining_proxy/Cargo.toml +++ b/applications/minotari_merge_mining_proxy/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "The Tari merge mining proxy for xmrig" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" edition = "2018" [features] diff --git a/applications/minotari_miner/Cargo.toml b/applications/minotari_miner/Cargo.toml index 213cd77a40..4df44f8ae2 100644 --- a/applications/minotari_miner/Cargo.toml +++ b/applications/minotari_miner/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "The tari miner implementation" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" edition = "2018" [dependencies] diff --git a/applications/minotari_node/Cargo.toml b/applications/minotari_node/Cargo.toml index 41186ffc80..3b265acbde 100644 --- a/applications/minotari_node/Cargo.toml +++ b/applications/minotari_node/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "The tari full base node implementation" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" edition = "2018" [dependencies] diff --git a/base_layer/common_types/Cargo.toml b/base_layer/common_types/Cargo.toml index ca9fdebe1d..f1114fd794 100644 --- a/base_layer/common_types/Cargo.toml +++ b/base_layer/common_types/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_common_types" authors = ["The Tari Development Community"] description = "Tari cryptocurrency common types" license = "BSD-3-Clause" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" edition = "2018" [dependencies] diff --git a/base_layer/contacts/Cargo.toml b/base_layer/contacts/Cargo.toml index 59f8994b77..f151e5e963 100644 --- a/base_layer/contacts/Cargo.toml +++ b/base_layer/contacts/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_contacts" authors = ["The Tari Development Community"] description = "Tari contacts library" license = "BSD-3-Clause" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" edition = "2018" [dependencies] diff --git a/base_layer/core/Cargo.toml b/base_layer/core/Cargo.toml index 0a304f0495..0f28144ce7 100644 --- a/base_layer/core/Cargo.toml +++ b/base_layer/core/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" edition = "2018" [features] diff --git a/base_layer/key_manager/Cargo.toml b/base_layer/key_manager/Cargo.toml index defb97f88f..b12d58880d 100644 --- a/base_layer/key_manager/Cargo.toml +++ b/base_layer/key_manager/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet key management" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" edition = "2021" [lib] diff --git a/base_layer/mmr/Cargo.toml b/base_layer/mmr/Cargo.toml index d7c0907372..98aa7b2455 100644 --- a/base_layer/mmr/Cargo.toml +++ b/base_layer/mmr/Cargo.toml @@ -4,7 +4,7 @@ authors = ["The Tari Development Community"] description = "A Merkle Mountain Range implementation" repository = "https://github.com/tari-project/tari" license = "BSD-3-Clause" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" edition = "2018" [features] diff --git a/base_layer/p2p/Cargo.toml b/base_layer/p2p/Cargo.toml index 1405d73995..e7899d8ee6 100644 --- a/base_layer/p2p/Cargo.toml +++ b/base_layer/p2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_p2p" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" authors = ["The Tari Development community"] description = "Tari base layer-specific peer-to-peer communication features" repository = "https://github.com/tari-project/tari" diff --git a/base_layer/service_framework/Cargo.toml b/base_layer/service_framework/Cargo.toml index 11114fb098..0ffbca70da 100644 --- a/base_layer/service_framework/Cargo.toml +++ b/base_layer/service_framework/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_service_framework" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" authors = ["The Tari Development Community"] description = "The Tari communication stack service framework" repository = "https://github.com/tari-project/tari" diff --git a/base_layer/wallet/Cargo.toml b/base_layer/wallet/Cargo.toml index 6a19ccd7fe..70ec50e4ee 100644 --- a/base_layer/wallet/Cargo.toml +++ b/base_layer/wallet/Cargo.toml @@ -3,7 +3,7 @@ name = "minotari_wallet" authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet library" license = "BSD-3-Clause" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" edition = "2018" [dependencies] diff --git a/base_layer/wallet_ffi/Cargo.toml b/base_layer/wallet_ffi/Cargo.toml index eb3840ba12..6c9340d104 100644 --- a/base_layer/wallet_ffi/Cargo.toml +++ b/base_layer/wallet_ffi/Cargo.toml @@ -3,7 +3,7 @@ name = "minotari_wallet_ffi" authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet C FFI bindings" license = "BSD-3-Clause" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" edition = "2018" [dependencies] diff --git a/common/Cargo.toml b/common/Cargo.toml index 983a421095..c94d259818 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" edition = "2018" [features] diff --git a/common/tari_features/Cargo.toml b/common/tari_features/Cargo.toml index 6cb8d4d3f9..d28ff7765c 100644 --- a/common/tari_features/Cargo.toml +++ b/common/tari_features/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/common_sqlite/Cargo.toml b/common_sqlite/Cargo.toml index dd970893f6..65cdf7c5ea 100644 --- a/common_sqlite/Cargo.toml +++ b/common_sqlite/Cargo.toml @@ -3,7 +3,7 @@ name = "tari_common_sqlite" authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet library" license = "BSD-3-Clause" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/comms/core/Cargo.toml b/comms/core/Cargo.toml index 23001ba1ac..5314d1f9eb 100644 --- a/comms/core/Cargo.toml +++ b/comms/core/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" edition = "2018" [dependencies] diff --git a/comms/dht/Cargo.toml b/comms/dht/Cargo.toml index 281cd5e65f..6f2458b97e 100644 --- a/comms/dht/Cargo.toml +++ b/comms/dht/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tari_comms_dht" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" authors = ["The Tari Development Community"] description = "Tari comms DHT module" repository = "https://github.com/tari-project/tari" diff --git a/comms/rpc_macros/Cargo.toml b/comms/rpc_macros/Cargo.toml index 9a4f8db335..90a62665d2 100644 --- a/comms/rpc_macros/Cargo.toml +++ b/comms/rpc_macros/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" edition = "2018" [lib] diff --git a/infrastructure/derive/Cargo.toml b/infrastructure/derive/Cargo.toml index 46dcb0d056..ee614e11d6 100644 --- a/infrastructure/derive/Cargo.toml +++ b/infrastructure/derive/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" edition = "2018" [lib] diff --git a/infrastructure/shutdown/Cargo.toml b/infrastructure/shutdown/Cargo.toml index 622e3c5c9e..e7ea18739d 100644 --- a/infrastructure/shutdown/Cargo.toml +++ b/infrastructure/shutdown/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/infrastructure/storage/Cargo.toml b/infrastructure/storage/Cargo.toml index 375afa7735..b103d6dad6 100644 --- a/infrastructure/storage/Cargo.toml +++ b/infrastructure/storage/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/tari-project/tari" homepage = "https://tari.com" readme = "README.md" license = "BSD-3-Clause" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" edition = "2018" [dependencies] diff --git a/infrastructure/test_utils/Cargo.toml b/infrastructure/test_utils/Cargo.toml index bc62229ae0..e54f992e66 100644 --- a/infrastructure/test_utils/Cargo.toml +++ b/infrastructure/test_utils/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tari_test_utils" description = "Utility functions used in Tari test functions" -version = "0.52.0-dan.3" +version = "0.52.0-dan.4" authors = ["The Tari Development Community"] edition = "2018" license = "BSD-3-Clause"