diff --git a/Cargo.lock b/Cargo.lock index 9f61c79ca..4809639c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1962,9 +1962,9 @@ checksum = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c" [[package]] name = "dyn-clone" -version = "1.0.11" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30" +checksum = "304e6508efa593091e97a9abbc10f90aa7ca635b6d2784feff3c89d41dd12272" [[package]] name = "eaglesong" diff --git a/crates/relayer-types/Cargo.toml b/crates/relayer-types/Cargo.toml index 24e4a515b..ada0937f9 100644 --- a/crates/relayer-types/Cargo.toml +++ b/crates/relayer-types/Cargo.toml @@ -43,7 +43,7 @@ derive_more = { version = "0.99.17", default-features = false, features = ["from uint = { version = "0.9", default-features = false } itertools = { version = "0.10.3", default-features = false, features = ["use_alloc"] } primitive-types = { version = "0.12.1", default-features = false, features = ["serde_no_std"] } -dyn-clone = "1.0.8" +dyn-clone = "1.0.12" num-rational = "0.4.1" eth2_ssz_types = { git = "https://github.com/synapseweb3/lighthouse", rev = "2c246d6" } bls = { git = "https://github.com/synapseweb3/lighthouse", rev = "2c246d6" }