Bump to v0.3.5 (#1927)

## Issue Addressed

NA

## Proposed Changes

- Bump version to `v0.3.5`
- Run `cargo update`

## Additional Info

NA
This commit is contained in:
Paul Hauner 2020-11-18 00:44:28 +00:00
parent 103103e72e
commit 7e4ee58729
8 changed files with 54 additions and 54 deletions

94
Cargo.lock generated
View File

@ -2,7 +2,7 @@
# It is not intended for manual editing. # It is not intended for manual editing.
[[package]] [[package]]
name = "account_manager" name = "account_manager"
version = "0.3.4" version = "0.3.5"
dependencies = [ dependencies = [
"account_utils", "account_utils",
"bls", "bls",
@ -391,7 +391,7 @@ dependencies = [
"slog", "slog",
"sloggers", "sloggers",
"slot_clock", "slot_clock",
"smallvec 1.4.2", "smallvec 1.5.0",
"state_processing", "state_processing",
"store", "store",
"task_executor", "task_executor",
@ -404,7 +404,7 @@ dependencies = [
[[package]] [[package]]
name = "beacon_node" name = "beacon_node"
version = "0.3.4" version = "0.3.5"
dependencies = [ dependencies = [
"beacon_chain", "beacon_chain",
"clap", "clap",
@ -602,7 +602,7 @@ dependencies = [
[[package]] [[package]]
name = "boot_node" name = "boot_node"
version = "0.3.4" version = "0.3.5"
dependencies = [ dependencies = [
"beacon_node", "beacon_node",
"clap", "clap",
@ -742,7 +742,7 @@ dependencies = [
"ethereum-types", "ethereum-types",
"quickcheck", "quickcheck",
"quickcheck_macros", "quickcheck_macros",
"smallvec 1.4.2", "smallvec 1.5.0",
"tree_hash", "tree_hash",
] ]
@ -869,7 +869,7 @@ dependencies = [
"slot_clock", "slot_clock",
"store", "store",
"task_executor", "task_executor",
"time 0.2.22", "time 0.2.23",
"timer", "timer",
"tokio 0.2.23", "tokio 0.2.23",
"toml", "toml",
@ -899,9 +899,9 @@ dependencies = [
[[package]] [[package]]
name = "cmake" name = "cmake"
version = "0.1.44" version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e56268c17a6248366d66d4a47a3381369d068cce8409bb1716ed77ea32163bb" checksum = "eb6210b637171dfba4cda12e579ac6dc73f5165ad56133e5d72ef3131f320855"
dependencies = [ dependencies = [
"cc", "cc",
] ]
@ -1389,7 +1389,7 @@ dependencies = [
"rand 0.7.3", "rand 0.7.3",
"rlp", "rlp",
"sha2 0.9.2", "sha2 0.9.2",
"smallvec 1.4.2", "smallvec 1.5.0",
"socket2", "socket2",
"tokio 0.2.23", "tokio 0.2.23",
"tracing", "tracing",
@ -1421,7 +1421,7 @@ dependencies = [
"rand 0.7.3", "rand 0.7.3",
"rlp", "rlp",
"sha2 0.9.2", "sha2 0.9.2",
"smallvec 1.4.2", "smallvec 1.5.0",
"socket2", "socket2",
"tokio 0.2.23", "tokio 0.2.23",
"tracing", "tracing",
@ -1756,7 +1756,7 @@ dependencies = [
"slog", "slog",
"slog-async", "slog-async",
"slog-term", "slog-term",
"smallvec 1.4.2", "smallvec 1.5.0",
"snap", "snap",
"task_executor", "task_executor",
"tempdir", "tempdir",
@ -1775,7 +1775,7 @@ version = "0.1.2"
dependencies = [ dependencies = [
"eth2_ssz_derive", "eth2_ssz_derive",
"ethereum-types", "ethereum-types",
"smallvec 1.4.2", "smallvec 1.5.0",
] ]
[[package]] [[package]]
@ -2913,7 +2913,7 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]] [[package]]
name = "lcli" name = "lcli"
version = "0.3.4" version = "0.3.5"
dependencies = [ dependencies = [
"bls", "bls",
"clap", "clap",
@ -3020,7 +3020,7 @@ dependencies = [
"parity-multiaddr 0.9.3", "parity-multiaddr 0.9.3",
"parking_lot 0.11.0", "parking_lot 0.11.0",
"pin-project 1.0.1", "pin-project 1.0.1",
"smallvec 1.4.2", "smallvec 1.5.0",
"wasm-timer", "wasm-timer",
] ]
@ -3042,7 +3042,7 @@ dependencies = [
"log 0.4.11", "log 0.4.11",
"multihash", "multihash",
"multistream-select 0.8.5", "multistream-select 0.8.5",
"parity-multiaddr 0.9.4", "parity-multiaddr 0.9.6",
"parking_lot 0.10.2", "parking_lot 0.10.2",
"pin-project 0.4.27", "pin-project 0.4.27",
"prost", "prost",
@ -3051,7 +3051,7 @@ dependencies = [
"ring", "ring",
"rw-stream-sink", "rw-stream-sink",
"sha2 0.8.2", "sha2 0.8.2",
"smallvec 1.4.2", "smallvec 1.5.0",
"thiserror", "thiserror",
"unsigned-varint 0.4.0", "unsigned-varint 0.4.0",
"void", "void",
@ -3084,7 +3084,7 @@ dependencies = [
"ring", "ring",
"rw-stream-sink", "rw-stream-sink",
"sha2 0.9.2", "sha2 0.9.2",
"smallvec 1.4.2", "smallvec 1.5.0",
"thiserror", "thiserror",
"unsigned-varint 0.5.1", "unsigned-varint 0.5.1",
"void", "void",
@ -3129,7 +3129,7 @@ dependencies = [
"prost-build", "prost-build",
"rand 0.7.3", "rand 0.7.3",
"sha2 0.9.2", "sha2 0.9.2",
"smallvec 1.4.2", "smallvec 1.5.0",
"unsigned-varint 0.5.1", "unsigned-varint 0.5.1",
"wasm-timer", "wasm-timer",
] ]
@ -3145,7 +3145,7 @@ dependencies = [
"log 0.4.11", "log 0.4.11",
"prost", "prost",
"prost-build", "prost-build",
"smallvec 1.4.2", "smallvec 1.5.0",
"wasm-timer", "wasm-timer",
] ]
@ -3162,7 +3162,7 @@ dependencies = [
"nohash-hasher", "nohash-hasher",
"parking_lot 0.11.0", "parking_lot 0.11.0",
"rand 0.7.3", "rand 0.7.3",
"smallvec 1.4.2", "smallvec 1.5.0",
"unsigned-varint 0.5.1", "unsigned-varint 0.5.1",
] ]
@ -3197,7 +3197,7 @@ dependencies = [
"libp2p-core 0.24.0", "libp2p-core 0.24.0",
"log 0.4.11", "log 0.4.11",
"rand 0.7.3", "rand 0.7.3",
"smallvec 1.4.2", "smallvec 1.5.0",
"void", "void",
"wasm-timer", "wasm-timer",
] ]
@ -3289,7 +3289,7 @@ dependencies = [
[[package]] [[package]]
name = "lighthouse" name = "lighthouse"
version = "0.3.4" version = "0.3.5"
dependencies = [ dependencies = [
"account_manager", "account_manager",
"account_utils", "account_utils",
@ -3579,7 +3579,7 @@ checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
dependencies = [ dependencies = [
"log 0.4.11", "log 0.4.11",
"mio", "mio",
"miow 0.3.5", "miow 0.3.6",
"winapi 0.3.9", "winapi 0.3.9",
] ]
@ -3608,9 +3608,9 @@ dependencies = [
[[package]] [[package]]
name = "miow" name = "miow"
version = "0.3.5" version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e" checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
dependencies = [ dependencies = [
"socket2", "socket2",
"winapi 0.3.9", "winapi 0.3.9",
@ -3664,7 +3664,7 @@ dependencies = [
"futures 0.3.8", "futures 0.3.8",
"log 0.4.11", "log 0.4.11",
"pin-project 1.0.1", "pin-project 1.0.1",
"smallvec 1.4.2", "smallvec 1.5.0",
"unsigned-varint 0.5.1", "unsigned-varint 0.5.1",
] ]
@ -3678,7 +3678,7 @@ dependencies = [
"futures 0.3.8", "futures 0.3.8",
"log 0.4.11", "log 0.4.11",
"pin-project 1.0.1", "pin-project 1.0.1",
"smallvec 1.4.2", "smallvec 1.5.0",
"unsigned-varint 0.5.1", "unsigned-varint 0.5.1",
] ]
@ -3740,7 +3740,7 @@ dependencies = [
"slog", "slog",
"sloggers", "sloggers",
"slot_clock", "slot_clock",
"smallvec 1.4.2", "smallvec 1.5.0",
"state_processing", "state_processing",
"store", "store",
"task_executor", "task_executor",
@ -3832,7 +3832,7 @@ dependencies = [
"num-traits", "num-traits",
"rand 0.7.3", "rand 0.7.3",
"serde", "serde",
"smallvec 1.4.2", "smallvec 1.5.0",
"zeroize", "zeroize",
] ]
@ -3987,9 +3987,9 @@ dependencies = [
[[package]] [[package]]
name = "parity-multiaddr" name = "parity-multiaddr"
version = "0.9.4" version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22fe99b938abd57507e37f8d4ef30cd74b33c71face2809b37b8beb71bab15ab" checksum = "43244a26dc1ddd3097216bb12eaa6cf8a07b060c72718d9ebd60fd297d6401df"
dependencies = [ dependencies = [
"arrayref", "arrayref",
"bs58 0.4.0", "bs58 0.4.0",
@ -4072,7 +4072,7 @@ dependencies = [
"cloudabi 0.0.3", "cloudabi 0.0.3",
"libc", "libc",
"redox_syscall", "redox_syscall",
"smallvec 1.4.2", "smallvec 1.5.0",
"winapi 0.3.9", "winapi 0.3.9",
] ]
@ -4087,7 +4087,7 @@ dependencies = [
"instant", "instant",
"libc", "libc",
"redox_syscall", "redox_syscall",
"smallvec 1.4.2", "smallvec 1.5.0",
"winapi 0.3.9", "winapi 0.3.9",
] ]
@ -4891,7 +4891,7 @@ dependencies = [
"hashlink", "hashlink",
"libsqlite3-sys", "libsqlite3-sys",
"memchr", "memchr",
"smallvec 1.4.2", "smallvec 1.5.0",
] ]
[[package]] [[package]]
@ -5465,9 +5465,9 @@ dependencies = [
[[package]] [[package]]
name = "smallvec" name = "smallvec"
version = "1.4.2" version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252" checksum = "7acad6f34eb9e8a259d3283d1e8c1d34d7415943d4895f65cc73813c7396fc85"
[[package]] [[package]]
name = "snap" name = "snap"
@ -5529,9 +5529,9 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]] [[package]]
name = "standback" name = "standback"
version = "0.2.11" version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4e0831040d2cf2bdfd51b844be71885783d489898a192f254ae25d57cce725c" checksum = "cf906c8b8fc3f6ecd1046e01da1d8ddec83e48c8b08b84dcc02b585a6bedf5a8"
dependencies = [ dependencies = [
"version_check 0.9.2", "version_check 0.9.2",
] ]
@ -5862,9 +5862,9 @@ dependencies = [
[[package]] [[package]]
name = "time" name = "time"
version = "0.2.22" version = "0.2.23"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55b7151c9065e80917fbf285d9a5d1432f60db41d170ccafc749a136b41a93af" checksum = "bcdaeea317915d59b2b4cd3b5efcd156c309108664277793f5351700c02ce98b"
dependencies = [ dependencies = [
"const_fn", "const_fn",
"libc", "libc",
@ -6399,7 +6399,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"sharded-slab", "sharded-slab",
"smallvec 1.4.2", "smallvec 1.5.0",
"thread_local", "thread_local",
"tracing", "tracing",
"tracing-core", "tracing-core",
@ -6441,7 +6441,7 @@ dependencies = [
"ethereum-types", "ethereum-types",
"lazy_static", "lazy_static",
"rand 0.7.3", "rand 0.7.3",
"smallvec 1.4.2", "smallvec 1.5.0",
"tree_hash_derive", "tree_hash_derive",
"types", "types",
] ]
@ -6597,9 +6597,9 @@ dependencies = [
[[package]] [[package]]
name = "unicode-segmentation" name = "unicode-segmentation"
version = "1.6.0" version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" checksum = "db8716a166f290ff49dabc18b44aa407cb7c6dbe1aa0971b44b8a24b0ca35aae"
[[package]] [[package]]
name = "unicode-width" name = "unicode-width"
@ -6701,7 +6701,7 @@ dependencies = [
[[package]] [[package]]
name = "validator_client" name = "validator_client"
version = "0.3.4" version = "0.3.5"
dependencies = [ dependencies = [
"account_utils", "account_utils",
"bincode", "bincode",
@ -7202,9 +7202,9 @@ checksum = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a"
[[package]] [[package]]
name = "xmltree" name = "xmltree"
version = "0.10.1" version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f76badaccb0313f1f0cb6582c2973f2dd0620f9652eb7a5ff6ced0cc3ac922b3" checksum = "d046fd42d4137234742eae0d05b4fb6fbdda9aed7c78e523ae890fd87c7e11dd"
dependencies = [ dependencies = [
"xml-rs", "xml-rs",
] ]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "account_manager" name = "account_manager"
version = "0.3.4" version = "0.3.5"
authors = ["Paul Hauner <paul@paulhauner.com>", "Luke Anderson <luke@sigmaprime.io>"] authors = ["Paul Hauner <paul@paulhauner.com>", "Luke Anderson <luke@sigmaprime.io>"]
edition = "2018" edition = "2018"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "beacon_node" name = "beacon_node"
version = "0.3.4" version = "0.3.5"
authors = ["Paul Hauner <paul@paulhauner.com>", "Age Manning <Age@AgeManning.com"] authors = ["Paul Hauner <paul@paulhauner.com>", "Age Manning <Age@AgeManning.com"]
edition = "2018" edition = "2018"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "boot_node" name = "boot_node"
version = "0.3.4" version = "0.3.5"
authors = ["Sigma Prime <contact@sigmaprime.io>"] authors = ["Sigma Prime <contact@sigmaprime.io>"]
edition = "2018" edition = "2018"

View File

@ -10,7 +10,7 @@ use target_info::Target;
/// `Lighthouse/v0.2.0-1419501f2+` /// `Lighthouse/v0.2.0-1419501f2+`
pub const VERSION: &str = git_version!( pub const VERSION: &str = git_version!(
args = ["--always", "--dirty=+"], args = ["--always", "--dirty=+"],
prefix = "Lighthouse/v0.3.4-", prefix = "Lighthouse/v0.3.5-",
fallback = "unknown" fallback = "unknown"
); );

View File

@ -1,7 +1,7 @@
[package] [package]
name = "lcli" name = "lcli"
description = "Lighthouse CLI (modeled after zcli)" description = "Lighthouse CLI (modeled after zcli)"
version = "0.3.4" version = "0.3.5"
authors = ["Paul Hauner <paul@paulhauner.com>"] authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018" edition = "2018"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "lighthouse" name = "lighthouse"
version = "0.3.4" version = "0.3.5"
authors = ["Sigma Prime <contact@sigmaprime.io>"] authors = ["Sigma Prime <contact@sigmaprime.io>"]
edition = "2018" edition = "2018"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "validator_client" name = "validator_client"
version = "0.3.4" version = "0.3.5"
authors = ["Paul Hauner <paul@paulhauner.com>", "Age Manning <Age@AgeManning.com>", "Luke Anderson <luke@lukeanderson.com.au>"] authors = ["Paul Hauner <paul@paulhauner.com>", "Age Manning <Age@AgeManning.com>", "Luke Anderson <luke@lukeanderson.com.au>"]
edition = "2018" edition = "2018"