From d85d5a435e7170efff7a72cbd2db682faf9b5603 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Tue, 22 Sep 2020 04:45:15 +0000 Subject: [PATCH] Bump to v0.2.11 (#1645) ## Issue Addressed NA ## Proposed Changes - Bump version to v0.2.11 - Run `cargo update`. ## Additional Info NA --- Cargo.lock | 71 ++++++++++++++++------------ account_manager/Cargo.toml | 2 +- beacon_node/Cargo.toml | 2 +- boot_node/Cargo.toml | 2 +- common/lighthouse_version/src/lib.rs | 2 +- lcli/Cargo.toml | 2 +- lighthouse/Cargo.toml | 2 +- validator_client/Cargo.toml | 2 +- 8 files changed, 47 insertions(+), 38 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a6ce7f39..a86b5cca3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "account_manager" -version = "0.2.10" +version = "0.2.11" dependencies = [ "account_utils", "bls", @@ -370,7 +370,7 @@ dependencies = [ [[package]] name = "beacon_node" -version = "0.2.10" +version = "0.2.11" dependencies = [ "beacon_chain", "clap", @@ -386,7 +386,7 @@ dependencies = [ "exit-future", "futures 0.3.5", "genesis", - "hyper 0.13.7", + "hyper 0.13.8", "lighthouse_version", "logging", "node_test_rig", @@ -534,7 +534,7 @@ dependencies = [ [[package]] name = "boot_node" -version = "0.2.10" +version = "0.2.11" dependencies = [ "beacon_node", "clap", @@ -777,7 +777,7 @@ dependencies = [ "sloggers", "slot_clock", "store", - "time 0.2.20", + "time 0.2.21", "timer", "tokio 0.2.22", "toml", @@ -1292,9 +1292,9 @@ dependencies = [ [[package]] name = "ed25519-dalek" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53d2e93f837d749c16d118e7ddf7a4dfd0ac8f452cf51e46e9348824e5ef6851" +checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" dependencies = [ "curve25519-dalek 3.0.0", "ed25519", @@ -2146,9 +2146,9 @@ dependencies = [ [[package]] name = "hermit-abi" -version = "0.1.15" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9" +checksum = "4c30f6d0bc6b00693347368a67d41b58f2fb851215ff1da49e90fe2c5c667151" dependencies = [ "libc", ] @@ -2262,6 +2262,12 @@ version = "1.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" +[[package]] +name = "httpdate" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" + [[package]] name = "humantime" version = "1.3.0" @@ -2322,9 +2328,9 @@ dependencies = [ [[package]] name = "hyper" -version = "0.13.7" +version = "0.13.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e68a8dd9716185d9e64ea473ea6ef63529252e3e27623295a0378a19665d5eb" +checksum = "2f3afcfae8af5ad0576a31e768415edb627824129e8e5a29b8bfccb2f234e835" dependencies = [ "bytes 0.5.6", "futures-channel", @@ -2334,10 +2340,10 @@ dependencies = [ "http 0.2.1", "http-body 0.3.1", "httparse", + "httpdate", "itoa", "pin-project", "socket2", - "time 0.1.44", "tokio 0.2.22", "tower-service", "tracing", @@ -2364,7 +2370,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed" dependencies = [ "bytes 0.5.6", - "hyper 0.13.7", + "hyper 0.13.8", "native-tls", "tokio 0.2.22", "tokio-tls 0.3.1", @@ -2431,9 +2437,12 @@ dependencies = [ [[package]] name = "instant" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485" +checksum = "63312a18f7ea8760cdd0a7c5aac1a619752a246b833545e3e36d1f81f7cd9e66" +dependencies = [ + "cfg-if", +] [[package]] name = "int_to_bytes" @@ -2553,7 +2562,7 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "lcli" -version = "0.2.10" +version = "0.2.11" dependencies = [ "bls", "clap", @@ -2912,7 +2921,7 @@ dependencies = [ [[package]] name = "lighthouse" -version = "0.2.10" +version = "0.2.11" dependencies = [ "account_manager", "account_utils", @@ -3072,9 +3081,9 @@ checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" [[package]] name = "memoffset" -version = "0.5.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f" +checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa" dependencies = [ "autocfg 1.0.1", ] @@ -4109,9 +4118,9 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91739a34c4355b5434ce54c9086c5895604a9c278586d1f1aa95e04f66b525a0" +checksum = "e8c4fec834fb6e6d2dd5eece3c7b432a52f0ba887cf40e595190c4107edc08bf" dependencies = [ "crossbeam-channel", "crossbeam-deque", @@ -4213,7 +4222,7 @@ dependencies = [ "futures-util", "http 0.2.1", "http-body 0.3.1", - "hyper 0.13.7", + "hyper 0.13.8", "hyper-tls 0.4.3", "ipnet", "js-sys", @@ -4252,7 +4261,7 @@ dependencies = [ "futures 0.3.5", "hex 0.4.2", "http 0.2.1", - "hyper 0.13.7", + "hyper 0.13.8", "itertools 0.9.0", "lazy_static", "lighthouse_metrics", @@ -4289,7 +4298,7 @@ dependencies = [ "eth2_hashing", "eth2_ssz", "eth2_ssz_derive", - "hyper 0.13.7", + "hyper 0.13.8", "procinfo", "psutil", "rayon", @@ -4916,9 +4925,9 @@ checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252" [[package]] name = "snafu" -version = "0.6.8" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7f5aed652511f5c9123cf2afbe9c244c29db6effa2abb05c866e965c82405ce" +checksum = "9c4e6046e4691afe918fd1b603fd6e515bcda5388a1092a9edbada307d159f09" dependencies = [ "doc-comment", "snafu-derive", @@ -4926,9 +4935,9 @@ dependencies = [ [[package]] name = "snafu-derive" -version = "0.6.8" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebf8f7d5720104a9df0f7076a8682024e958bba0fe9848767bb44f251f3648e9" +checksum = "7073448732a89f2f3e6581989106067f403d378faeafb4a50812eb814170d3e5" dependencies = [ "proc-macro2", "quote", @@ -5310,9 +5319,9 @@ dependencies = [ [[package]] name = "time" -version = "0.2.20" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d4953c513c9bf1b97e9cdd83f11d60c4b0a83462880a360d80d96953a953fee" +checksum = "2c2e31fb28e2a9f01f5ed6901b066c1ba2333c04b64dc61254142bafcb3feb2c" dependencies = [ "const_fn", "libc", @@ -6027,7 +6036,7 @@ dependencies = [ [[package]] name = "validator_client" -version = "0.2.10" +version = "0.2.11" dependencies = [ "account_utils", "bls", diff --git a/account_manager/Cargo.toml b/account_manager/Cargo.toml index 0422f7539..f85ca03d4 100644 --- a/account_manager/Cargo.toml +++ b/account_manager/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "account_manager" -version = "0.2.10" +version = "0.2.11" authors = ["Paul Hauner ", "Luke Anderson "] edition = "2018" diff --git a/beacon_node/Cargo.toml b/beacon_node/Cargo.toml index 7195bb94f..f961ac8a9 100644 --- a/beacon_node/Cargo.toml +++ b/beacon_node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beacon_node" -version = "0.2.10" +version = "0.2.11" authors = ["Paul Hauner ", "Age Manning "] edition = "2018" diff --git a/common/lighthouse_version/src/lib.rs b/common/lighthouse_version/src/lib.rs index 872500d0d..0a6b6b57c 100644 --- a/common/lighthouse_version/src/lib.rs +++ b/common/lighthouse_version/src/lib.rs @@ -10,7 +10,7 @@ use target_info::Target; /// `Lighthouse/v0.2.0-1419501f2+` pub const VERSION: &str = git_version!( args = ["--always", "--dirty=+"], - prefix = "Lighthouse/v0.2.10-", + prefix = "Lighthouse/v0.2.11-", fallback = "unknown" ); diff --git a/lcli/Cargo.toml b/lcli/Cargo.toml index de4f8b9d7..f977a8525 100644 --- a/lcli/Cargo.toml +++ b/lcli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lcli" description = "Lighthouse CLI (modeled after zcli)" -version = "0.2.10" +version = "0.2.11" authors = ["Paul Hauner "] edition = "2018" diff --git a/lighthouse/Cargo.toml b/lighthouse/Cargo.toml index c0ae319f6..af024f262 100644 --- a/lighthouse/Cargo.toml +++ b/lighthouse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lighthouse" -version = "0.2.10" +version = "0.2.11" authors = ["Sigma Prime "] edition = "2018" diff --git a/validator_client/Cargo.toml b/validator_client/Cargo.toml index f664aded9..0f79c2313 100644 --- a/validator_client/Cargo.toml +++ b/validator_client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "validator_client" -version = "0.2.10" +version = "0.2.11" authors = ["Paul Hauner ", "Age Manning ", "Luke Anderson "] edition = "2018"