Skip to content

Commit 5dddb83

Browse files
committed
update dependency #1086
1 parent 1cc609b commit 5dddb83

File tree

2 files changed

+184
-40
lines changed

2 files changed

+184
-40
lines changed

damocles-worker/Cargo.lock

+175-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

damocles-worker/Cargo.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fil_types = { version = "0.2", features = ["json"] }
6060
rocksdb = { version = "0.21.0" }
6161
byte-unit = { version = "4", features = ["serde"] }
6262

63-
storage-proofs-porep = { git = "https://github.com/ipfs-force-community/rust-fil-proofs", package = "storage-proofs-porep", branch = "force/master_v16.0.0", default-features = false }
63+
storage-proofs-porep = { git = "https://github.com/ipfs-force-community/rust-fil-proofs", package = "storage-proofs-porep", branch = "force/v18.1.0", default-features = false }
6464

6565
[target.'cfg(target_os = "macos")'.dependencies]
6666
vc-processors = { path = "./vc-processors" }
@@ -82,11 +82,11 @@ cuda-supraseal = ["vc-processors/fil-cuda-supraseal"]
8282
supra-c2 = ["vc-processors/fil-cuda-supraseal"] # alias cuda-supraseal
8383

8484
[patch.crates-io]
85-
filecoin-hashers = { git = "https://github.com/ipfs-force-community/rust-fil-proofs", package = "filecoin-hashers", branch = "force/master_v16.0.0" }
86-
filecoin-proofs = { git = "https://github.com/ipfs-force-community/rust-fil-proofs", package = "filecoin-proofs", branch = "force/master_v16.0.0" }
87-
fr32 = { git = "https://github.com/ipfs-force-community/rust-fil-proofs", package = "fr32", branch = "force/master_v16.0.0" }
88-
sha2raw = { git = "https://github.com/ipfs-force-community/rust-fil-proofs", package = "sha2raw", branch = "force/master_v16.0.0" }
89-
storage-proofs-core = { git = "https://github.com/ipfs-force-community/rust-fil-proofs", package = "storage-proofs-core", branch = "force/master_v16.0.0" }
90-
storage-proofs-porep = { git = "https://github.com/ipfs-force-community/rust-fil-proofs", package = "storage-proofs-porep", branch = "force/master_v16.0.0" }
91-
storage-proofs-post = { git = "https://github.com/ipfs-force-community/rust-fil-proofs", package = "storage-proofs-post", branch = "force/master_v16.0.0" }
92-
storage-proofs-update = { git = "https://github.com/ipfs-force-community/rust-fil-proofs", package = "storage-proofs-update", branch = "force/master_v16.0.0" }
85+
filecoin-hashers = { git = "https://github.com/ipfs-force-community/rust-fil-proofs", package = "filecoin-hashers", branch = "force/v18.1.0" }
86+
filecoin-proofs = { git = "https://github.com/ipfs-force-community/rust-fil-proofs", package = "filecoin-proofs", branch = "force/v18.1.0" }
87+
fr32 = { git = "https://github.com/ipfs-force-community/rust-fil-proofs", package = "fr32", branch = "force/v18.1.0" }
88+
sha2raw = { git = "https://github.com/ipfs-force-community/rust-fil-proofs", package = "sha2raw", branch = "force/v18.1.0" }
89+
storage-proofs-core = { git = "https://github.com/ipfs-force-community/rust-fil-proofs", package = "storage-proofs-core", branch = "force/v18.1.0" }
90+
storage-proofs-porep = { git = "https://github.com/ipfs-force-community/rust-fil-proofs", package = "storage-proofs-porep", branch = "force/v18.1.0" }
91+
storage-proofs-post = { git = "https://github.com/ipfs-force-community/rust-fil-proofs", package = "storage-proofs-post", branch = "force/v18.1.0" }
92+
storage-proofs-update = { git = "https://github.com/ipfs-force-community/rust-fil-proofs", package = "storage-proofs-update", branch = "force/v18.1.0" }

0 commit comments

Comments
 (0)