Skip to content

Commit

Permalink
Remove wildcard dependency (#4202)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Jan 27, 2025
1 parent 7768924 commit ca9950a
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 @@ -36,7 +36,7 @@ hex = "0.4.3"
pretty_assertions = "1.2.1"
regex = "1.6.0"
reqwest = { version = "0.12.0", features = ["blocking", "json", "brotli"] }
secp256k1 = { version = "*", features = ["global-context"] }
secp256k1 = { version = "0.29.1", features = ["global-context"] }
serde = { version = "1.0.137", features = ["derive"] }
serde_json = { version = "1.0.81", features = ["preserve_order"] }
serde_with = "3.7.0"
Expand Down

0 comments on commit ca9950a

Please sign in to comment.