Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robkorn committed Nov 4, 2020
1 parent 2de713d commit 78cefc1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ categories = ["cryptography::cryptocurrencies"]
json = "0.12.4"
openssl = { version = "0.10", features = ["vendored"] }
reqwest = { version = "0.10.8", features = ["blocking"] }
serde_json = "1.0.57"
ergo-lib = "0.2.0"
# ergo-lib = { git = "https://github.com/ergoplatform/sigma-rust/", branch = "develop" }
thiserror = "1.0.20"
blake2b_simd = "0.5.10"
serde_json = "1.0.59"
ergo-lib = "0.3.0"
thiserror = "1.0.22"
blake2b_simd = "0.5.11"
base16 = "0.2.1"
yaml-rust = "0.4.4"

0 comments on commit 78cefc1

Please sign in to comment.