chore: bump version to 18.0.0#1741
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1741 +/- ##
=======================================
Coverage 90.56% 90.56%
=======================================
Files 140 140
Lines 27814 27814
=======================================
Hits 25189 25189
Misses 2625 2625 🚀 New features to boost your workflow:
|
LesnyRumcajs
approved these changes
Apr 28, 2026
chore: bump version to 18.0.0
f905634 to
66cc81d
Compare
|
Suggested tag: Comparing to: v18.0.0-rc1 (diff) Changes in configuration file(s): diff --git a/Cargo.toml b/Cargo.toml
index b1668e8b..bf05ce89 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,7 +48,7 @@ fil_actor_system = { workspace = true, features = ["fil-actor"] }
fil_actor_verifreg = { workspace = true, features = ["fil-actor"] }
[build-dependencies]
-fil_actor_bundler = "8.0.0"
+fil_actor_bundler = "8.1.0"
cid = { workspace = true }
fil_actors_runtime = { workspace = true }
num-traits = { workspace = true }
@@ -104,7 +104,7 @@ rand_chacha = "0.9.0"
# Crypto
k256 = { version = "0.13.4", default-features = false }
blake2b_simd = "1.0"
-sha2 = "0.10"
+sha2 = "0.11"
# EVM
alloy-core = { version = "1.0.0", default-features = false, features = ["sol-types"] }
@@ -114,29 +114,29 @@ rlp = { version = "0.6.1", default-features = false }
substrate-bn = { version = "0.6.0", default-features = false }
# IPLD/Encoding
-cid = { version = "0.11.1", default-features = false, features = [
+cid = { version = "0.11.3", default-features = false, features = [
"serde",
"std",
] }
-multihash = { version = "0.19.3", default-features = false }
-multihash-codetable = { version = "0.1.4", default-features = false }
-multihash-derive = { version = "0.9.1", default-features = false }
+multihash = { version = "0.19.5", default-features = false }
+multihash-codetable = { version = "0.2.2", default-features = false }
+multihash-derive = { version = "0.9.3", default-features = false }
ipld-core = { version = "0.4.3", features = ["serde"] }
integer-encoding = { version = "4.1.0", default-features = false }
# actor-utils
-fvm_actor_utils = "14.0.0"
-frc42_dispatch = "10.0.0"
-frc46_token = "14.1.0"
+fvm_actor_utils = "15"
+frc42_dispatch = "11"
+frc46_token = "15"
# FVM
-fvm_sdk = "~4.7"
-fvm_shared = "~4.7"
+fvm_sdk = "~4.8"
+fvm_shared = "~4.8"
fvm_ipld_encoding = "0.5.3"
fvm_ipld_blockstore = "0.3.1"
-fvm_ipld_hamt = "0.10.4"
-fvm_ipld_kamt = "0.4.5"
-fvm_ipld_amt = "0.7.5"
+fvm_ipld_hamt = "0.10.6"
+fvm_ipld_kamt = "0.4.6"
+fvm_ipld_amt = "0.7.7"
fvm_ipld_bitfield = "0.7.2"
# workspaceAutomatically created GitHub ReleaseA draft GitHub Release has been created. |
Contributor
Author
|
Rebased onto the latest master, so that Cargo Deny now passes |
rvagg
approved these changes
Apr 28, 2026
This file contains hidden or 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
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.
chore: bump version to 18.0.0