diff --git a/fil-proofs-tooling/Cargo.toml b/fil-proofs-tooling/Cargo.toml index fdebb070a..e773fd3e9 100644 --- a/fil-proofs-tooling/Cargo.toml +++ b/fil-proofs-tooling/Cargo.toml @@ -14,7 +14,7 @@ storage-proofs-core = { path = "../storage-proofs-core", version = "~18.0.0", de storage-proofs-porep = { path = "../storage-proofs-porep", version = "~18.0.0", default-features = false } storage-proofs-post = { path = "../storage-proofs-post", version = "~18.0.0", default-features = false } filecoin-proofs = { path = "../filecoin-proofs", version = "~18.0.0", default-features = false } -filecoin-hashers = { path = "../filecoin-hashers", version = "~12.0.0", default-features = false, features = ["poseidon", "blake2s", "sha256"] } +filecoin-hashers = { path = "../filecoin-hashers", version = "~13.0.0", default-features = false, features = ["poseidon", "blake2s", "sha256"] } clap = { version = "3.1.6", features = ["derive"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/filecoin-hashers/Cargo.toml b/filecoin-hashers/Cargo.toml index da1b953a5..a96c898a9 100644 --- a/filecoin-hashers/Cargo.toml +++ b/filecoin-hashers/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "filecoin-hashers" description = "Hashers used in filecoin and their abstractions." -version = "12.0.0" +version = "13.0.0" authors = ["dignifiedquire ", "porcuquine "] license = "MIT OR Apache-2.0" edition = "2018" diff --git a/filecoin-proofs/Cargo.toml b/filecoin-proofs/Cargo.toml index aaf1b2c94..810b54d2a 100644 --- a/filecoin-proofs/Cargo.toml +++ b/filecoin-proofs/Cargo.toml @@ -13,7 +13,7 @@ storage-proofs-core = { path = "../storage-proofs-core", version = "~18.0.0", de storage-proofs-porep = { path = "../storage-proofs-porep", version = "~18.0.0", default-features = false } storage-proofs-post = { path = "../storage-proofs-post", version = "~18.0.0", default-features = false } storage-proofs-update = { path = "../storage-proofs-update", version = "~18.0.0", default-features = false } -filecoin-hashers = { version = "~12.0.0", path = "../filecoin-hashers", default-features = false, features = ["poseidon", "sha256"] } +filecoin-hashers = { version = "~13.0.0", path = "../filecoin-hashers", default-features = false, features = ["poseidon", "sha256"] } rand = "0.8" lazy_static = "1.2" memmap2 = "0.5.6" @@ -31,7 +31,7 @@ sha2 = "0.10.2" typenum = "1.11.2" gperftools = { version = "0.2", optional = true } generic-array = "0.14.4" -fr32 = { path = "../fr32", version = "~10.0.0", default-features = false } +fr32 = { path = "../fr32", version = "~11.0.0", default-features = false } once_cell = "1.8.0" blstrs = "0.7.0" ff = { version = "0.13.0", default-features = false } diff --git a/fr32/Cargo.toml b/fr32/Cargo.toml index bd5424863..96a1c22ac 100644 --- a/fr32/Cargo.toml +++ b/fr32/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fr32" -version = "10.0.0" +version = "11.0.0" authors = ["dignifiedquire "] description = "Filecoin proofs Fr/32-byte conversion tooling" license = "MIT OR Apache-2.0" diff --git a/storage-proofs-core/Cargo.toml b/storage-proofs-core/Cargo.toml index 4381f4dda..75ca5289f 100644 --- a/storage-proofs-core/Cargo.toml +++ b/storage-proofs-core/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" bench = false [dependencies] -filecoin-hashers = { path = "../filecoin-hashers", version = "~12.0.0", default-features = false, features = ["sha256", "poseidon"] } +filecoin-hashers = { path = "../filecoin-hashers", version = "~13.0.0", default-features = false, features = ["sha256", "poseidon"] } rand = "0.8" merkletree = "0.23.0" byteorder = "1" @@ -38,7 +38,7 @@ cpu-time = { version = "1.0", optional = true } gperftools = { version = "0.2", optional = true } num_cpus = "1.10.1" semver = "1.0.6" -fr32 = { path = "../fr32", version = "~10.0.0"} +fr32 = { path = "../fr32", version = "~11.0.0" } blstrs = "0.7.0" cbc = { version = "0.1.2", features = ["std"] } @@ -48,7 +48,7 @@ criterion = "0.3" rand_xorshift = "0.3.0" pretty_assertions = "1.2.0" sha2raw = { path = "../sha2raw", version = "~13.0.0" } -filecoin-hashers = { path = "../filecoin-hashers", version = "~12.0.0", default-features = false, features = ["blake2s", "sha256", "poseidon"] } +filecoin-hashers = { path = "../filecoin-hashers", version = "~13.0.0", default-features = false, features = ["blake2s", "sha256", "poseidon"] } tempfile = "3" blake2s_simd = "1.0.0" diff --git a/storage-proofs-porep/Cargo.toml b/storage-proofs-porep/Cargo.toml index 844db2ce9..cbd02d82d 100644 --- a/storage-proofs-porep/Cargo.toml +++ b/storage-proofs-porep/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" crossbeam = "0.8" storage-proofs-core = { path = "../storage-proofs-core", version = "~18.0.0", default-features = false} sha2raw = { path = "../sha2raw", version = "~13.0.0" } -filecoin-hashers = { path = "../filecoin-hashers", version = "~12.0.0", default-features = false, features = ["poseidon", "sha256"]} +filecoin-hashers = { path = "../filecoin-hashers", version = "~13.0.0", default-features = false, features = ["poseidon", "sha256"]} merkletree = "0.23.0" memmap2 = "0.5.6" num-bigint = "0.4.3" @@ -36,7 +36,7 @@ byte-slice-cast = "1.0.0" hwloc = { version = "0.5.0", optional = true } libc = "0.2" fdlimit = "0.2.0" -fr32 = { path = "../fr32", version = "~10.0.0", default-features = false } +fr32 = { path = "../fr32", version = "~11.0.0", default-features = false } yastl = "0.1.2" blstrs = "0.7.0" chacha20 = "0.9.0" @@ -56,7 +56,7 @@ tempfile = "3" rand = "0.8" rand_xorshift = "0.3.0" criterion = "0.3.2" -filecoin-hashers = { path = "../filecoin-hashers", version = "~12.0.0", default-features = false, features = ["poseidon", "sha256", "blake2s"]} +filecoin-hashers = { path = "../filecoin-hashers", version = "~13.0.0", default-features = false, features = ["poseidon", "sha256", "blake2s"]} fil_logger = "0.1.6" [features] diff --git a/storage-proofs-post/Cargo.toml b/storage-proofs-post/Cargo.toml index ebc676ed9..4409b1940 100644 --- a/storage-proofs-post/Cargo.toml +++ b/storage-proofs-post/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" [dependencies] storage-proofs-core = { path = "../storage-proofs-core", version = "~18.0.0", default-features = false} -filecoin-hashers = { path = "../filecoin-hashers", version = "~12.0.0", default-features = false, features = ["poseidon", "sha256"]} +filecoin-hashers = { path = "../filecoin-hashers", version = "~13.0.0", default-features = false, features = ["poseidon", "sha256"]} byteorder = "1" sha2 = "0.10.2" rayon = "1.0.0" diff --git a/storage-proofs-update/Cargo.toml b/storage-proofs-update/Cargo.toml index 72b524403..2774d064a 100644 --- a/storage-proofs-update/Cargo.toml +++ b/storage-proofs-update/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" [dependencies] storage-proofs-core = { path = "../storage-proofs-core", version = "~18.0.0", default-features = false} storage-proofs-porep = { path = "../storage-proofs-porep", version = "~18.0.0", default-features = false} -filecoin-hashers = { path = "../filecoin-hashers", version = "~12.0.0", default-features = false, features = ["poseidon", "sha256"]} +filecoin-hashers = { path = "../filecoin-hashers", version = "~13.0.0", default-features = false, features = ["poseidon", "sha256"]} merkletree = "0.23.0" rayon = "1.0.0" serde = { version = "1.0", features = ["derive"]} @@ -23,7 +23,7 @@ generic-array = "0.14.4" anyhow = "1.0.23" neptune = { version = "11.0.0", features = ["bls", "arity2", "arity4", "arity8", "arity11", "arity16", "arity24", "arity36"] } lazy_static = "1.2" -fr32 = { path = "../fr32", version = "~10.0.0", default-features = false } +fr32 = { path = "../fr32", version = "~11.0.0", default-features = false } memmap2 = "0.5.6" [dev-dependencies]