From b4333d885812bb0c84cb0901b6e7b2de70400556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Wed, 18 Dec 2024 21:08:34 +0100 Subject: [PATCH] chore(cargo): this is 2.0.0-rc.5 --- Cargo.lock | 58 ++++++++++++------------- Cargo.toml | 2 +- bridges/centralized-ethereum/Cargo.toml | 2 +- config/src/defaults.rs | 4 +- data_structures/Cargo.toml | 2 +- node/Cargo.toml | 2 +- toolkit/Cargo.toml | 2 +- wallet/Cargo.toml | 2 +- 8 files changed, 37 insertions(+), 37 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d10727438..abdb8555c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,9 +505,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.3" +version = "1.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d" +checksum = "9157bbaa6b165880c27a4293a474c91cdcf265cc68cc829bf10be0964a391caf" dependencies = [ "jobserver", "libc", @@ -633,7 +633,7 @@ version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" dependencies = [ - "crossbeam-utils 0.8.20", + "crossbeam-utils 0.8.21", ] [[package]] @@ -678,11 +678,11 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.13" +version = "0.5.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" +checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471" dependencies = [ - "crossbeam-utils 0.8.20", + "crossbeam-utils 0.8.21", ] [[package]] @@ -735,9 +735,9 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.20" +version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" +checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "crunchy" @@ -1529,11 +1529,11 @@ checksum = "4a8575493d277c9092b988c780c94737fb9fd8651a1001e16bee3eccfc1baedb" [[package]] name = "home" -version = "0.5.9" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" +checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1589,9 +1589,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.31" +version = "0.14.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85" +checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" dependencies = [ "bytes 1.9.0", "futures-channel", @@ -1929,7 +1929,7 @@ checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9" dependencies = [ "async-channel", "castaway", - "crossbeam-utils 0.8.20", + "crossbeam-utils 0.8.21", "curl", "curl-sys", "encoding_rs", @@ -2429,9 +2429,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.8.0" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" +checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394" dependencies = [ "adler2", ] @@ -3742,7 +3742,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" dependencies = [ - "semver 1.0.23", + "semver 1.0.24", ] [[package]] @@ -3843,9 +3843,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.12.1" +version = "2.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2" +checksum = "1863fd3768cd83c56a7f60faa4dc0d403f1b6df0a38c3c25f44b7894e45370d5" dependencies = [ "core-foundation-sys", "libc", @@ -3862,9 +3862,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" +checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba" [[package]] name = "semver-parser" @@ -4889,9 +4889,9 @@ checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df" [[package]] name = "unicode-bidi" -version = "0.3.17" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893" +checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" [[package]] name = "unicode-ident" @@ -5507,7 +5507,7 @@ dependencies = [ [[package]] name = "witnet" -version = "2.0.0-rc.4" +version = "2.0.0-rc.5" dependencies = [ "ansi_term", "bytecount", @@ -5555,7 +5555,7 @@ dependencies = [ [[package]] name = "witnet-centralized-ethereum-bridge" -version = "2.0.0-rc.4" +version = "2.0.0-rc.5" dependencies = [ "actix", "async-jsonrpc-client", @@ -5621,7 +5621,7 @@ dependencies = [ [[package]] name = "witnet_data_structures" -version = "2.0.0-rc.4" +version = "2.0.0-rc.5" dependencies = [ "bech32", "bencher", @@ -5688,7 +5688,7 @@ dependencies = [ [[package]] name = "witnet_node" -version = "2.0.0-rc.4" +version = "2.0.0-rc.5" dependencies = [ "actix", "ansi_term", @@ -5796,7 +5796,7 @@ dependencies = [ [[package]] name = "witnet_toolkit" -version = "2.0.0-rc.4" +version = "2.0.0-rc.5" dependencies = [ "failure", "hex", @@ -5841,7 +5841,7 @@ dependencies = [ [[package]] name = "witnet_wallet" -version = "2.0.0-rc.4" +version = "2.0.0-rc.5" dependencies = [ "actix", "async-jsonrpc-client", diff --git a/Cargo.toml b/Cargo.toml index 51d0799b0..1c96fb600 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "witnet" -version = "2.0.0-rc.4" +version = "2.0.0-rc.5" authors = ["Witnet Foundation "] publish = false repository = "witnet/witnet-rust" diff --git a/bridges/centralized-ethereum/Cargo.toml b/bridges/centralized-ethereum/Cargo.toml index 55f8015be..4cf073bbd 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.4" +version = "2.0.0-rc.5" authors = ["Witnet Foundation "] edition = "2018" diff --git a/config/src/defaults.rs b/config/src/defaults.rs index 874efb8be..5bfff5ec1 100644 --- a/config/src/defaults.rs +++ b/config/src/defaults.rs @@ -550,8 +550,8 @@ impl Defaults for Testnet { } fn consensus_constants_checkpoint_zero_timestamp(&self) -> i64 { - // Thursday, 11-Dec-2024, 22:00 UTC - 1_733_954_400 + // Thursday, 18-Dec-2024, 21:00 UTC + 1_734_555_600 } fn consensus_constants_genesis_hash(&self) -> Hash { diff --git a/data_structures/Cargo.toml b/data_structures/Cargo.toml index 4790624a6..7ce5c84dd 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 = "2.0.0-rc.4" +version = "2.0.0-rc.5" workspace = ".." [features] diff --git a/node/Cargo.toml b/node/Cargo.toml index d7e89b885..0aaa24354 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "witnet_node" -version = "2.0.0-rc.4" +version = "2.0.0-rc.5" authors = ["Witnet Foundation "] workspace = ".." description = "node component" diff --git a/toolkit/Cargo.toml b/toolkit/Cargo.toml index 90efe1d94..bbda62a1d 100644 --- a/toolkit/Cargo.toml +++ b/toolkit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "witnet_toolkit" -version = "2.0.0-rc.4" +version = "2.0.0-rc.5" authors = ["Adán SDPC "] edition = "2021" diff --git a/wallet/Cargo.toml b/wallet/Cargo.toml index 4277c78ba..e17416ea6 100644 --- a/wallet/Cargo.toml +++ b/wallet/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Witnet Foundation "] edition = "2021" name = "witnet_wallet" -version = "2.0.0-rc.4" +version = "2.0.0-rc.5" workspace = ".." [dependencies]