-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: update version to v1.31.0-rc1 #501
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build: update version to v1.31.0-rc1
Suggested version: Changes in configuration file(s): diff --git a/go.mod b/go.mod
index 236f476..9e8671b 100644
--- a/go.mod
+++ b/go.mod
@@ -8,9 +8,9 @@ require (
github.com/filecoin-project/go-address v1.2.0
github.com/filecoin-project/go-fil-commcid v0.2.0
github.com/filecoin-project/go-state-types v0.15.0
+ github.com/ipfs/boxo v0.20.0
github.com/ipfs/go-block-format v0.2.0
github.com/ipfs/go-cid v0.4.1
- github.com/ipfs/go-ipfs-blockstore v1.2.0
github.com/ipfs/go-ipld-format v0.6.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.9.0
@@ -19,20 +19,18 @@ require (
require (
github.com/davecgh/go-spew v1.1.1 // indirect
- github.com/gogo/protobuf v1.3.2 // indirect
- github.com/google/uuid v1.1.1 // indirect
- github.com/hashicorp/golang-lru v0.5.4 // indirect
+ github.com/google/uuid v1.6.0 // indirect
+ github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/ipfs/bbloom v0.0.4 // indirect
- github.com/ipfs/go-datastore v0.5.0 // indirect
- github.com/ipfs/go-ipfs-ds-help v1.1.0 // indirect
+ github.com/ipfs/go-datastore v0.6.0 // indirect
github.com/ipfs/go-ipfs-util v0.0.3 // indirect
github.com/ipfs/go-ipld-cbor v0.2.0 // indirect
- github.com/ipfs/go-log v1.0.4 // indirect
- github.com/ipfs/go-log/v2 v2.1.2-0.20200626104915-0016c0b4b3e4 // indirect
+ github.com/ipfs/go-log/v2 v2.5.1 // indirect
github.com/ipfs/go-metrics-interface v0.0.1 // indirect
github.com/jbenet/goprocess v0.1.4 // indirect
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
github.com/kr/pretty v0.2.1 // indirect
+ github.com/mattn/go-isatty v0.0.20 // indirect
github.com/minio/sha256-simd v1.0.1 // indirect
github.com/mr-tron/base58 v1.2.0 // indirect
github.com/multiformats/go-base32 v0.1.0 // indirect
@@ -40,17 +38,14 @@ require (
github.com/multiformats/go-multibase v0.2.0 // indirect
github.com/multiformats/go-multihash v0.2.3 // indirect
github.com/multiformats/go-varint v0.0.7 // indirect
- github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/polydawn/refmt v0.89.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/whyrusleeping/cbor-gen v0.2.0 // indirect
- go.uber.org/atomic v1.6.0 // indirect
- go.uber.org/multierr v1.5.0 // indirect
- go.uber.org/zap v1.14.1 // indirect
+ go.uber.org/multierr v1.11.0 // indirect
+ go.uber.org/zap v1.27.0 // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/sys v0.26.0 // indirect
- golang.org/x/tools v0.6.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.3.0 // indirect
)diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 9abe5ef..f4968b1 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -33,26 +33,26 @@ rayon = "1.2.1"
anyhow = "1.0.23"
serde_json = "1.0.46"
rust-gpu-tools = { version = "0.7", optional = true, default-features = false }
-fvm4 = { package = "fvm", version = "~4.3.3", default-features = false, features = ["verify-signature"] }
-fvm4_shared = { package = "fvm_shared", version = "~4.3.3" }
-fvm3 = { package = "fvm", version = "~3.10.0", default-features = false }
-fvm3_shared = { package = "fvm_shared", version = "~3.10.0" }
-fvm2 = { package = "fvm", version = "~2.8", default-features = false }
-fvm2_shared = { package = "fvm_shared", version = "~2.7" }
+fvm4 = { package = "fvm", version = "~4.4.3", default-features = false, features = ["verify-signature"] }
+fvm4_shared = { package = "fvm_shared", version = "~4.4.3" }
+fvm3 = { package = "fvm", version = "~3.11.1", default-features = false }
+fvm3_shared = { package = "fvm_shared", version = "~3.11.1" }
+fvm2 = { package = "fvm", version = "~2.9.1", default-features = false }
+fvm2_shared = { package = "fvm_shared", version = "~2.9.1" }
fvm_ipld_encoding = "0.4.0"
fvm_ipld_blockstore = "0.2.1"
num-traits = "0.2.14"
-cid = { version = "0.10.1", features = ["serde-codec"] }
+cid = { version = "0.10.1", features = ["serde-codec"], default-features = false }
lazy_static = "1.4.0"
serde = "1.0.117"
serde_tuple = "0.5"
-safer-ffi = { version = "0.0.7", features = ["proc_macros"] }
+safer-ffi = { version = "0.1.13", features = ["proc_macros"] }
filecoin-proofs-api = { version = "18.1", default-features = false }
yastl = "0.1.2"
[dev-dependencies]
-memmap2 = "0.5"
-tempfile = "3.0.8"
+memmap2 = "0.9"
+tempfile = "3.12.0"
[features]
default = ["cuda", "multicore-sdr"] Automatically created GitHub ReleaseA draft GitHub Release has been created. |
Stebalien
approved these changes
Nov 10, 2024
masih
approved these changes
Nov 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
build: update version to v1.31.0-rc1