From 7e00113eae71ced5119474f7ebc4e74d23b5b34c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Thu, 18 May 2023 11:36:24 +0200 Subject: [PATCH] chore(cargo): update crate versions to 1.6.3 --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- bridges/centralized-ethereum/Cargo.toml | 2 +- data_structures/Cargo.toml | 2 +- node/Cargo.toml | 2 +- toolkit/Cargo.toml | 2 +- wallet/Cargo.toml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b99181c7c..4a6e01b04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5396,7 +5396,7 @@ dependencies = [ [[package]] name = "witnet" -version = "1.6.2" +version = "1.6.3" dependencies = [ "ansi_term", "bytecount", @@ -5443,7 +5443,7 @@ dependencies = [ [[package]] name = "witnet-centralized-ethereum-bridge" -version = "1.6.2" +version = "1.6.3" dependencies = [ "actix", "async-jsonrpc-client", @@ -5507,7 +5507,7 @@ dependencies = [ [[package]] name = "witnet_data_structures" -version = "1.6.2" +version = "1.6.3" dependencies = [ "bech32", "bencher", @@ -5573,7 +5573,7 @@ dependencies = [ [[package]] name = "witnet_node" -version = "1.6.2" +version = "1.6.3" dependencies = [ "actix", "ansi_term", @@ -5679,7 +5679,7 @@ dependencies = [ [[package]] name = "witnet_toolkit" -version = "1.6.2" +version = "1.6.3" dependencies = [ "failure", "hex", @@ -5722,7 +5722,7 @@ dependencies = [ [[package]] name = "witnet_wallet" -version = "1.6.2" +version = "1.6.3" dependencies = [ "actix", "async-jsonrpc-client", diff --git a/Cargo.toml b/Cargo.toml index 13184cfa7..af9bf206e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "witnet" -version = "1.6.2" +version = "1.6.3" authors = ["Witnet Foundation "] publish = false repository = "witnet/witnet-rust" diff --git a/bridges/centralized-ethereum/Cargo.toml b/bridges/centralized-ethereum/Cargo.toml index 4c2aceab6..6911acad1 100644 --- a/bridges/centralized-ethereum/Cargo.toml +++ b/bridges/centralized-ethereum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "witnet-centralized-ethereum-bridge" -version = "1.6.2" +version = "1.6.3" authors = ["Witnet Foundation "] edition = "2018" diff --git a/data_structures/Cargo.toml b/data_structures/Cargo.toml index 13a0d9911..49f62be8b 100644 --- a/data_structures/Cargo.toml +++ b/data_structures/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Witnet Foundation "] description = "data structures component" edition = "2021" name = "witnet_data_structures" -version = "1.6.2" +version = "1.6.3" workspace = ".." [dependencies] diff --git a/node/Cargo.toml b/node/Cargo.toml index 3b6324000..e0460f70c 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "witnet_node" -version = "1.6.2" +version = "1.6.3" authors = ["Witnet Foundation "] workspace = ".." description = "node component" diff --git a/toolkit/Cargo.toml b/toolkit/Cargo.toml index fcc63bbc5..0bb2f0571 100644 --- a/toolkit/Cargo.toml +++ b/toolkit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "witnet_toolkit" -version = "1.6.2" +version = "1.6.3" authors = ["Adán SDPC "] edition = "2021" diff --git a/wallet/Cargo.toml b/wallet/Cargo.toml index 7accdb51e..ffa27fb97 100644 --- a/wallet/Cargo.toml +++ b/wallet/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Witnet Foundation "] edition = "2021" name = "witnet_wallet" -version = "1.6.2" +version = "1.6.3" workspace = ".." [dependencies]