Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
feat(upgrade upstream dependencies) (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
laser authored Jul 25, 2019
1 parent 1f1b724 commit 20ab93e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions sector-builder-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ crate-type = ["rlib", "cdylib", "staticlib"]
[dependencies]
drop_struct_macro_derive = "0.3.0"
ffi-toolkit = "0.3.0"
filecoin-proofs = "0.4.0"
filecoin-proofs-ffi = "0.5.0"
logging-toolkit = "0.4.0"
filecoin-proofs = "0.5.0"
filecoin-proofs-ffi = "0.6.0"
logging-toolkit = "0.5.0"
sector-builder = { version = "^0.3", path = "../sector-builder" }
storage-proofs = "0.4.0"
storage-proofs = "0.5.0"

slog = "2.4.1"
failure = "0.1.5"
Expand Down
6 changes: 3 additions & 3 deletions sector-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ bitvec = "0.11"
failure = "0.1.5"
itertools = "0.8"
rand = "0.4"
filecoin-proofs = "0.4.0"
logging-toolkit = "0.4.0"
storage-proofs = "0.4.0"
filecoin-proofs = "0.5.0"
logging-toolkit = "0.5.0"
storage-proofs = "0.5.0"
serde_cbor = "0.9.0"
serde = { version = "1.0.92", features = ["rc", "derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 20ab93e

Please sign in to comment.