From 068bcd0833fa8126911f37f6f1e3df2f4e3e5645 Mon Sep 17 00:00:00 2001 From: Liu Chuankai Date: Tue, 8 Nov 2022 18:54:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Fix=20compile=20problem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d63d6b4a..8f8af93e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ anyhow = "1.0.63" bech32 = "0.8.1" log = "0.4.6" reqwest = { version = "0.11", features = ["json", "blocking"] } -secp256k1 = { version = "0.20", features = ["recovery"] } +secp256k1 = { version = "0.20.3", features = ["recovery"] } tokio-util = { version = "0.6", features = ["codec"] } tokio = { version = "1" } bytes = "1"