Skip to content

Commit a283507

Browse files
chore(deps): bump filecoin-proofs-api from 18.1.0 to 19.0.0 (#2200)
Bumps [filecoin-proofs-api](https://github.com/filecoin-project/rust-filecoin-proofs-api) from 18.1.0 to 19.0.0. - [Changelog](https://github.com/filecoin-project/rust-filecoin-proofs-api/blob/master/CHANGELOG.md) - [Commits](filecoin-project/rust-filecoin-proofs-api@v18.1.0...v19.0.0) --- updated-dependencies: - dependency-name: filecoin-proofs-api dependency-version: 19.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1251363 commit a283507

File tree

3 files changed

+47
-43
lines changed

3 files changed

+47
-43
lines changed

Cargo.lock

Lines changed: 45 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ minstant = { workspace = true }
3535
ambassador = { workspace = true }
3636
derive_more = { version = "2.0.1", features = ["full"] }
3737
replace_with = "0.1.7"
38-
filecoin-proofs-api = { version = "18", default-features = false }
38+
filecoin-proofs-api = { version = "19", default-features = false }
3939
rayon = "1"
4040
fvm-wasm-instrument = "0.4.0"
4141
yastl = "0.1.2"

shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bitflags = { version = "2.9.0", features = ["serde"] }
2929
## non-wasm dependencies; these dependencies and the respective code is
3030
## only activated through non-default features, which the Kernel enables, but
3131
## not the actors.
32-
filecoin-proofs-api = { version = "18", default-features = false, optional = true }
32+
filecoin-proofs-api = { version = "19", default-features = false, optional = true }
3333
k256 = { workspace = true, optional = true }
3434
bls-signatures = { workspace = true, default-features = false, optional = true }
3535

0 commit comments

Comments
 (0)