From 1fb02e482707bcdbb34d618ccff4fbeb72d7ae07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 19:48:12 +0300 Subject: [PATCH] chore(deps): update rust crate lazy_static to 1.4 (#108) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- keypair/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keypair/Cargo.toml b/keypair/Cargo.toml index 24e0cdf..e4ef4dc 100644 --- a/keypair/Cargo.toml +++ b/keypair/Cargo.toml @@ -13,7 +13,7 @@ bs58 = "0.5.0" ed25519-dalek = { version = "1.0.1", features = ["serde", "std"] } rand = "0.8.5" thiserror = "1.0.23" -lazy_static = "1.2" +lazy_static = "1.4" libsecp256k1 = "0.7.1" asn1_der = "0.6.1" sha2 = "0.10.6"