Skip to content

Commit 068bcd0

Browse files
author
Liu Chuankai
committed
fix: 🐛 Fix compile problem
1 parent ed930b5 commit 068bcd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ anyhow = "1.0.63"
1717
bech32 = "0.8.1"
1818
log = "0.4.6"
1919
reqwest = { version = "0.11", features = ["json", "blocking"] }
20-
secp256k1 = { version = "0.20", features = ["recovery"] }
20+
secp256k1 = { version = "0.20.3", features = ["recovery"] }
2121
tokio-util = { version = "0.6", features = ["codec"] }
2222
tokio = { version = "1" }
2323
bytes = "1"

0 commit comments

Comments
 (0)