Skip to content

Commit

Permalink
fix: πŸ› Fix compile problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Liu Chuankai committed Nov 8, 2022
1 parent ed930b5 commit 068bcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 068bcd0

Please sign in to comment.