Skip to content

Commit

Permalink
Merge pull request #50 from hugues31/bittrex
Browse files Browse the repository at this point in the history
Update some dependencies
  • Loading branch information
hugues31 authored Oct 25, 2017
2 parents 7ef3331 + 2828a0b commit ce3166a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coinnect"
version = "0.5.3"
version = "0.5.4"
license = "MIT"
authors = ["Hugues Gaillard <hugues.gaillard@me.com>", "Alejandro Inestal <ainestal@gmail.com>"]
description = """
Expand Down Expand Up @@ -36,10 +36,10 @@ hyper = "0.10.9"
serde_json = "1.0.0"
hyper-native-tls = "0.2.2"
lazy_static = "0.2"
bidir-map = "0.3.2"
bidir-map = "1.0.0"
data-encoding = "2.0.0-rc.1"
error-chain = "0.7.1"
error-chain = "0.11.0"
sha2 = "0.6.0"
hmac = "0.3"
hmac = "0.4.2"
bigdecimal = "0.0.10"
chrono = "0.4.0"

0 comments on commit ce3166a

Please sign in to comment.