Skip to content

Commit e9be933

Browse files
fix: update dependencies
1 parent 49bc8a7 commit e9be933

File tree

9 files changed

+49
-64
lines changed

9 files changed

+49
-64
lines changed

Cargo.lock

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

actors/init/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ crate-type = ["cdylib", "lib"]
1616
[dependencies]
1717
fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] }
1818
fvm_shared = { version = "0.6.0", default-features = false }
19-
fvm_ipld_hamt = "0.4.0"
19+
fvm_ipld_hamt = "0.5.0"
2020
serde = { version = "1.0.136", features = ["derive"] }
2121
num-traits = "0.2.14"
2222
num-derive = "0.3.3"

actors/market/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ crate-type = ["cdylib", "lib"]
1515

1616
[dependencies]
1717
fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] }
18-
fvm_ipld_hamt = "0.4.0"
18+
fvm_ipld_hamt = "0.5.0"
1919
fvm_shared = { version = "0.6.0", default-features = false }
2020
fvm_ipld_bitfield = "0.5.0"
2121
num-traits = "0.2.14"

actors/miner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features
1818
fvm_shared = { version = "0.6.0", default-features = false }
1919
fvm_ipld_bitfield = "0.5.0"
2020
fvm_ipld_amt = { version = "0.4.0", features = ["go-interop"] }
21-
fvm_ipld_hamt = "0.4.0"
21+
fvm_ipld_hamt = "0.5.0"
2222
serde = { version = "1.0.136", features = ["derive"] }
2323
cid = { version = "0.8.3", default-features = false, features = ["serde-codec"] }
2424
num-traits = "0.2.14"

actors/multisig/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ crate-type = ["cdylib", "lib"]
1616
[dependencies]
1717
fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] }
1818
fvm_shared = { version = "0.6.0", default-features = false }
19-
fvm_ipld_hamt = "0.4.0"
19+
fvm_ipld_hamt = "0.5.0"
2020
num-traits = "0.2.14"
2121
num-derive = "0.3.3"
2222
cid = { version = "0.8.3", default-features = false, features = ["serde-codec"] }

actors/power/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ crate-type = ["cdylib", "lib"]
1616
[dependencies]
1717
fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] }
1818
fvm_shared = { version = "0.6.0", default-features = false }
19-
fvm_ipld_hamt = "0.4.0"
19+
fvm_ipld_hamt = "0.5.0"
2020
num-traits = "0.2.14"
2121
num-derive = "0.3.3"
2222
log = "0.4.14"

actors/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88
repository = "https://github.com/filecoin-project/builtin-actors"
99

1010
[dependencies]
11-
fvm_ipld_hamt = "0.4.0"
11+
fvm_ipld_hamt = "0.5.0"
1212
fvm_ipld_amt = { version = "0.4.0", features = ["go-interop"] }
1313
fvm_shared = { version = "0.6.0", default-features = false }
1414
fvm_ipld_bitfield = "0.5.0"

actors/verifreg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ num-traits = "0.2.14"
2121
num-derive = "0.3.3"
2222
cid = { version = "0.8.3", default-features = false, features = ["serde-codec"] }
2323
lazy_static = "1.4.0"
24-
fvm_ipld_hamt = "0.4.0"
24+
fvm_ipld_hamt = "0.5.0"
2525
fvm_ipld_blockstore = { version = "0.1" }
2626
fvm_ipld_encoding = "0.1.0"
2727

test_vm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../actors/runtime" }
1414
fvm_shared = { version = "0.6.0", default-features = false }
1515
fvm_ipld_encoding = { version = "0.1.0", default-features = false }
1616
fvm_ipld_blockstore = { version = "0.1.0", default-features = false }
17-
fvm_ipld_hamt = "0.4.0"
17+
fvm_ipld_hamt = "0.5.0"
1818
num-traits = "0.2.14"
1919
num-derive = "0.3.3"
2020
log = "0.4.14"

0 commit comments

Comments
 (0)