We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c18d3d commit ed6f967Copy full SHA for ed6f967
protocols/v2/roles-logic-sv2/Cargo.toml
@@ -26,7 +26,7 @@ chacha20poly1305 = { version = "0.10.1"}
26
nohash-hasher = "0.2.0"
27
siphasher = "1"
28
primitive-types = "0.13.1"
29
-hex = {package = "hex-conservative", version = "*"}
+hex = {package = "hex-conservative", version = "0.3.0"}
30
31
[dev-dependencies]
32
codec_sv2 = { path = "../../../protocols/v2/codec-sv2", version = "^2.0.0" }
0 commit comments