Skip to content
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 1 commit into from
Nov 10, 2024
Merged

build: update version to v1.31.0-rc1 #501

merged 1 commit into from
Nov 10, 2024

Conversation

rjan90
Copy link
Contributor

@rjan90 rjan90 commented Nov 9, 2024

build: update version to v1.31.0-rc1

build: update version to v1.31.0-rc1
Copy link

github-actions bot commented Nov 9, 2024

Suggested version: 1.31.0-rc1

Comparing to: v1.30.0 (diff)

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 Release

A draft GitHub Release has been created.
It is going to be published when this PR is merged.
You can modify its' body to include any release notes you wish to include with the release.

@rjan90 rjan90 requested review from Stebalien and masih November 10, 2024 08:59
@rjan90 rjan90 merged commit 72b081d into master Nov 10, 2024
12 checks passed
@rjan90 rjan90 deleted the phi/ffi-v1310-rc1 branch November 10, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants