From e589550e3653a2f0ae20fbb53871f9981abb897b Mon Sep 17 00:00:00 2001 From: Guillermo Bescos Date: Tue, 30 Jan 2024 12:31:30 +0000 Subject: [PATCH] Fix some clippies --- pythnet/pythnet_sdk/src/test_utils/mod.rs | 1 - target_chains/cosmwasm/Cargo.lock | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/pythnet/pythnet_sdk/src/test_utils/mod.rs b/pythnet/pythnet_sdk/src/test_utils/mod.rs index 4e06f9c752..bc603c8014 100644 --- a/pythnet/pythnet_sdk/src/test_utils/mod.rs +++ b/pythnet/pythnet_sdk/src/test_utils/mod.rs @@ -36,7 +36,6 @@ use { serde_wormhole::RawMessage, wormhole_sdk::{ vaa::{ - digest, Body, Header, }, diff --git a/target_chains/cosmwasm/Cargo.lock b/target_chains/cosmwasm/Cargo.lock index fb2f7bc868..0983a1a9b0 100644 --- a/target_chains/cosmwasm/Cargo.lock +++ b/target_chains/cosmwasm/Cargo.lock @@ -1649,6 +1649,7 @@ dependencies = [ "fast-math", "hex", "libsecp256k1", + "rand", "rustc_version", "serde", "serde_wormhole",