Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Apr 19, 2022
1 parent 49bc8a7 commit e9be933
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 64 deletions.
97 changes: 41 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion actors/init/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crate-type = ["cdylib", "lib"]
[dependencies]
fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] }
fvm_shared = { version = "0.6.0", default-features = false }
fvm_ipld_hamt = "0.4.0"
fvm_ipld_hamt = "0.5.0"
serde = { version = "1.0.136", features = ["derive"] }
num-traits = "0.2.14"
num-derive = "0.3.3"
Expand Down
2 changes: 1 addition & 1 deletion actors/market/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crate-type = ["cdylib", "lib"]

[dependencies]
fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] }
fvm_ipld_hamt = "0.4.0"
fvm_ipld_hamt = "0.5.0"
fvm_shared = { version = "0.6.0", default-features = false }
fvm_ipld_bitfield = "0.5.0"
num-traits = "0.2.14"
Expand Down
2 changes: 1 addition & 1 deletion actors/miner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features
fvm_shared = { version = "0.6.0", default-features = false }
fvm_ipld_bitfield = "0.5.0"
fvm_ipld_amt = { version = "0.4.0", features = ["go-interop"] }
fvm_ipld_hamt = "0.4.0"
fvm_ipld_hamt = "0.5.0"
serde = { version = "1.0.136", features = ["derive"] }
cid = { version = "0.8.3", default-features = false, features = ["serde-codec"] }
num-traits = "0.2.14"
Expand Down
2 changes: 1 addition & 1 deletion actors/multisig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crate-type = ["cdylib", "lib"]
[dependencies]
fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] }
fvm_shared = { version = "0.6.0", default-features = false }
fvm_ipld_hamt = "0.4.0"
fvm_ipld_hamt = "0.5.0"
num-traits = "0.2.14"
num-derive = "0.3.3"
cid = { version = "0.8.3", default-features = false, features = ["serde-codec"] }
Expand Down
2 changes: 1 addition & 1 deletion actors/power/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crate-type = ["cdylib", "lib"]
[dependencies]
fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] }
fvm_shared = { version = "0.6.0", default-features = false }
fvm_ipld_hamt = "0.4.0"
fvm_ipld_hamt = "0.5.0"
num-traits = "0.2.14"
num-derive = "0.3.3"
log = "0.4.14"
Expand Down
2 changes: 1 addition & 1 deletion actors/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
repository = "https:/filecoin-project/builtin-actors"

[dependencies]
fvm_ipld_hamt = "0.4.0"
fvm_ipld_hamt = "0.5.0"
fvm_ipld_amt = { version = "0.4.0", features = ["go-interop"] }
fvm_shared = { version = "0.6.0", default-features = false }
fvm_ipld_bitfield = "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion actors/verifreg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ num-traits = "0.2.14"
num-derive = "0.3.3"
cid = { version = "0.8.3", default-features = false, features = ["serde-codec"] }
lazy_static = "1.4.0"
fvm_ipld_hamt = "0.4.0"
fvm_ipld_hamt = "0.5.0"
fvm_ipld_blockstore = { version = "0.1" }
fvm_ipld_encoding = "0.1.0"

Expand Down
2 changes: 1 addition & 1 deletion test_vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../actors/runtime" }
fvm_shared = { version = "0.6.0", default-features = false }
fvm_ipld_encoding = { version = "0.1.0", default-features = false }
fvm_ipld_blockstore = { version = "0.1.0", default-features = false }
fvm_ipld_hamt = "0.4.0"
fvm_ipld_hamt = "0.5.0"
num-traits = "0.2.14"
num-derive = "0.3.3"
log = "0.4.14"
Expand Down

0 comments on commit e9be933

Please sign in to comment.