Skip to content

Commit ce3166a

Browse files
authored
Merge pull request #50 from hugues31/bittrex
Update some dependencies
2 parents 7ef3331 + 2828a0b commit ce3166a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "coinnect"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
license = "MIT"
55
authors = ["Hugues Gaillard <[email protected]>", "Alejandro Inestal <[email protected]>"]
66
description = """
@@ -36,10 +36,10 @@ hyper = "0.10.9"
3636
serde_json = "1.0.0"
3737
hyper-native-tls = "0.2.2"
3838
lazy_static = "0.2"
39-
bidir-map = "0.3.2"
39+
bidir-map = "1.0.0"
4040
data-encoding = "2.0.0-rc.1"
41-
error-chain = "0.7.1"
41+
error-chain = "0.11.0"
4242
sha2 = "0.6.0"
43-
hmac = "0.3"
43+
hmac = "0.4.2"
4444
bigdecimal = "0.0.10"
4545
chrono = "0.4.0"

0 commit comments

Comments
 (0)