From fa6c1b4e0d20ff3b4861f9b832594d47386e98db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 10:01:30 +0000 Subject: [PATCH] Bump ethereum_ssz_derive from 0.5.2 to 0.5.3 Bumps [ethereum_ssz_derive](https://github.com/sigp/ethereum_ssz) from 0.5.2 to 0.5.3. - [Release notes](https://github.com/sigp/ethereum_ssz/releases) - [Commits](https://github.com/sigp/ethereum_ssz/compare/v0.5.2...v0.5.3) --- updated-dependencies: - dependency-name: ethereum_ssz_derive dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8a2a65..d02b1cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2103,9 +2103,9 @@ dependencies = [ [[package]] name = "ethereum_ssz_derive" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9cac7ef2107926cea34c0064056f9bb134d2085eef882388d151d2e59174cf0" +checksum = "6085d7fd3cf84bd2b8fec150d54c8467fb491d8db9c460607c5534f653a0ee38" dependencies = [ "darling 0.13.4", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 88098e1..2f02720 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ client = { git = "https://github.com/ackintosh/lighthouse.git", rev = "fe3bec9f4 environment = { git = "https://github.com/ackintosh/lighthouse.git", rev = "fe3bec9f46f4ec360cb4d231c9b0825d00674ef4" } eth2_network_config = { git = "https://github.com/ackintosh/lighthouse.git", rev = "fe3bec9f46f4ec360cb4d231c9b0825d00674ef4" } ethereum_ssz = "0.5.2" -ethereum_ssz_derive = "0.5.2" +ethereum_ssz_derive = "0.5.3" slot_clock = { git = "https://github.com/ackintosh/lighthouse", rev = "fe3bec9f46f4ec360cb4d231c9b0825d00674ef4" } types = { git = "https://github.com/ackintosh/lighthouse.git", rev = "fe3bec9f46f4ec360cb4d231c9b0825d00674ef4" }