From 5c750239f6ed37e303cc8586c840e1d5825ec51d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= <adan.sdpc@gmail.com>
Date: Thu, 19 Dec 2024 20:41:04 +0100
Subject: [PATCH] chore(cargo): this is 2.0.0-rc.6

---
 Cargo.lock                              | 20 ++++++++++----------
 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, 16 insertions(+), 16 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index abdb8555c..f835ba748 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -505,9 +505,9 @@ dependencies = [
 
 [[package]]
 name = "cc"
-version = "1.2.4"
+version = "1.2.5"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9157bbaa6b165880c27a4293a474c91cdcf265cc68cc829bf10be0964a391caf"
+checksum = "c31a0499c1dc64f458ad13872de75c0eb7e3fdb0e67964610c914b034fc5956e"
 dependencies = [
  "jobserver",
  "libc",
@@ -2210,9 +2210,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 
 [[package]]
 name = "libc"
-version = "0.2.168"
+version = "0.2.169"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d"
+checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
 
 [[package]]
 name = "libloading"
@@ -5507,7 +5507,7 @@ dependencies = [
 
 [[package]]
 name = "witnet"
-version = "2.0.0-rc.5"
+version = "2.0.0-rc.6"
 dependencies = [
  "ansi_term",
  "bytecount",
@@ -5555,7 +5555,7 @@ dependencies = [
 
 [[package]]
 name = "witnet-centralized-ethereum-bridge"
-version = "2.0.0-rc.5"
+version = "2.0.0-rc.6"
 dependencies = [
  "actix",
  "async-jsonrpc-client",
@@ -5621,7 +5621,7 @@ dependencies = [
 
 [[package]]
 name = "witnet_data_structures"
-version = "2.0.0-rc.5"
+version = "2.0.0-rc.6"
 dependencies = [
  "bech32",
  "bencher",
@@ -5688,7 +5688,7 @@ dependencies = [
 
 [[package]]
 name = "witnet_node"
-version = "2.0.0-rc.5"
+version = "2.0.0-rc.6"
 dependencies = [
  "actix",
  "ansi_term",
@@ -5796,7 +5796,7 @@ dependencies = [
 
 [[package]]
 name = "witnet_toolkit"
-version = "2.0.0-rc.5"
+version = "2.0.0-rc.6"
 dependencies = [
  "failure",
  "hex",
@@ -5841,7 +5841,7 @@ dependencies = [
 
 [[package]]
 name = "witnet_wallet"
-version = "2.0.0-rc.5"
+version = "2.0.0-rc.6"
 dependencies = [
  "actix",
  "async-jsonrpc-client",
diff --git a/Cargo.toml b/Cargo.toml
index 1c96fb600..9fdd60ca5 100755
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "witnet"
-version = "2.0.0-rc.5"
+version = "2.0.0-rc.6"
 authors = ["Witnet Foundation <info@witnet.foundation>"]
 publish = false
 repository = "witnet/witnet-rust"
diff --git a/bridges/centralized-ethereum/Cargo.toml b/bridges/centralized-ethereum/Cargo.toml
index 4cf073bbd..735173f55 100644
--- a/bridges/centralized-ethereum/Cargo.toml
+++ b/bridges/centralized-ethereum/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "witnet-centralized-ethereum-bridge"
-version = "2.0.0-rc.5"
+version = "2.0.0-rc.6"
 authors = ["Witnet Foundation <info@witnet.foundation>"]
 edition = "2018"
 
diff --git a/data_structures/Cargo.toml b/data_structures/Cargo.toml
index 7ce5c84dd..9fe2c931e 100644
--- a/data_structures/Cargo.toml
+++ b/data_structures/Cargo.toml
@@ -3,7 +3,7 @@ authors = ["Witnet Foundation <info@witnet.foundation>"]
 description = "data structures component"
 edition = "2021"
 name = "witnet_data_structures"
-version = "2.0.0-rc.5"
+version = "2.0.0-rc.6"
 workspace = ".."
 
 [features]
diff --git a/node/Cargo.toml b/node/Cargo.toml
index 0aaa24354..c2973fa8d 100644
--- a/node/Cargo.toml
+++ b/node/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "witnet_node"
-version = "2.0.0-rc.5"
+version = "2.0.0-rc.6"
 authors = ["Witnet Foundation <info@witnet.foundation>"]
 workspace = ".."
 description = "node component"
diff --git a/toolkit/Cargo.toml b/toolkit/Cargo.toml
index bbda62a1d..9c2679d86 100644
--- a/toolkit/Cargo.toml
+++ b/toolkit/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "witnet_toolkit"
-version = "2.0.0-rc.5"
+version = "2.0.0-rc.6"
 authors = ["Adán SDPC <adan.sdpc@gmail.com>"]
 edition = "2021"
 
diff --git a/wallet/Cargo.toml b/wallet/Cargo.toml
index e17416ea6..0b7a39b4f 100644
--- a/wallet/Cargo.toml
+++ b/wallet/Cargo.toml
@@ -2,7 +2,7 @@
 authors = ["Witnet Foundation <info@witnet.foundation>"]
 edition = "2021"
 name = "witnet_wallet"
-version = "2.0.0-rc.5"
+version = "2.0.0-rc.6"
 workspace = ".."
 
 [dependencies]