diff --git a/dispatch_examples/greeter/Cargo.toml b/dispatch_examples/greeter/Cargo.toml index ac060640..454fcda7 100644 --- a/dispatch_examples/greeter/Cargo.toml +++ b/dispatch_examples/greeter/Cargo.toml @@ -8,7 +8,7 @@ frc42_dispatch = { path = "../../frc42_dispatch" } fvm_ipld_blockstore = "0.1.1" fvm_ipld_encoding = "~0.3" fvm_sdk = "~3.2" -fvm_shared = "~3.2" +fvm_shared = "~3.3" [dev-dependencies] cid = { version = "0.8.5", default-features = false } diff --git a/frc42_dispatch/Cargo.toml b/frc42_dispatch/Cargo.toml index 1ccfd3da..e1493573 100644 --- a/frc42_dispatch/Cargo.toml +++ b/frc42_dispatch/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" [dependencies] fvm_ipld_encoding = { version = "~0.3" } fvm_sdk = { version = "~3.2", optional = true } -fvm_shared = "~3.2" +fvm_shared = "~3.3" frc42_hasher = { version = "1.4.0", path = "hasher" } frc42_macros = { version = "1.1.0", path = "macros" } thiserror = { version = "1.0.31" } diff --git a/frc42_dispatch/hasher/Cargo.toml b/frc42_dispatch/hasher/Cargo.toml index 430b3e0f..55f2937d 100644 --- a/frc42_dispatch/hasher/Cargo.toml +++ b/frc42_dispatch/hasher/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] fvm_sdk = { version = "~3.2", optional = true } -fvm_shared = "~3.2" +fvm_shared = "~3.3" thiserror = { version = "1.0.31" } [features] diff --git a/frc46_factory_token/Cargo.toml b/frc46_factory_token/Cargo.toml index f4cd6ee1..12de86e5 100644 --- a/frc46_factory_token/Cargo.toml +++ b/frc46_factory_token/Cargo.toml @@ -11,7 +11,7 @@ fvm_actor_utils = { path = "../fvm_actor_utils" } fvm_ipld_blockstore = "0.1.1" fvm_ipld_encoding = "~0.3" fvm_sdk = "~3.2" -fvm_shared = "~3.2" +fvm_shared = "~3.3" serde = { version = "1.0.136", features = ["derive"] } serde_tuple = { version = "0.5.0" } thiserror = { version = "1.0.31" } diff --git a/frc46_factory_token/token_impl/Cargo.toml b/frc46_factory_token/token_impl/Cargo.toml index 4ab0690b..f1650276 100644 --- a/frc46_factory_token/token_impl/Cargo.toml +++ b/frc46_factory_token/token_impl/Cargo.toml @@ -12,7 +12,7 @@ fvm_actor_utils = { path = "../../fvm_actor_utils" } fvm_ipld_blockstore = "0.1.1" fvm_ipld_encoding = "~0.3" fvm_sdk = "~3.2" -fvm_shared = "~3.2" +fvm_shared = "~3.3" serde = { version = "1.0.136", features = ["derive"] } serde_tuple = { version = "0.5.0" } thiserror = { version = "1.0.31" } diff --git a/frc46_token/Cargo.toml b/frc46_token/Cargo.toml index 0083d1c6..38bbb6e2 100644 --- a/frc46_token/Cargo.toml +++ b/frc46_token/Cargo.toml @@ -18,7 +18,7 @@ fvm_ipld_hamt = "0.6.1" fvm_ipld_amt = { version = "0.5.1", features = ["go-interop"] } fvm_ipld_encoding = "~0.3" fvm_sdk = "~3.2" -fvm_shared = "~3.2" +fvm_shared = "~3.3" num-traits = { version = "0.2.15" } serde = { version = "1.0.136", features = ["derive"] } serde_tuple = { version = "0.5.0" } diff --git a/frc46_token/src/lib.rs b/frc46_token/src/lib.rs index 4878fb2c..a31d59d5 100644 --- a/frc46_token/src/lib.rs +++ b/frc46_token/src/lib.rs @@ -1,3 +1,2 @@ -// https://github.com/helix-onchain/filecoin/issues/165 pub mod receiver; pub mod token; diff --git a/frc53_nft/Cargo.toml b/frc53_nft/Cargo.toml index a58f862f..cdd8cc50 100644 --- a/frc53_nft/Cargo.toml +++ b/frc53_nft/Cargo.toml @@ -15,7 +15,7 @@ fvm_ipld_hamt = "0.6.1" fvm_ipld_amt = { version = "0.5.1", features = ["go-interop"] } fvm_ipld_encoding = "~0.3" fvm_sdk = "~3.2" -fvm_shared = "~3.2" +fvm_shared = "~3.3" integer-encoding = { version = "3.0.4" } num-traits = { version = "0.2.15" } serde = { version = "1.0.136", features = ["derive"] } diff --git a/fvm_actor_utils/Cargo.toml b/fvm_actor_utils/Cargo.toml index f53ae454..82dd49c7 100644 --- a/fvm_actor_utils/Cargo.toml +++ b/fvm_actor_utils/Cargo.toml @@ -14,7 +14,7 @@ anyhow = "1.0.56" cid = { version = "0.8.3", default-features = false, features = ["serde-codec"] } fvm_ipld_blockstore = "0.1.1" fvm_ipld_encoding = "~0.3" -fvm_shared = "~3.2" +fvm_shared = "~3.3" fvm_sdk = "~3.2" num-traits = { version = "0.2.15" } serde = { version = "1.0.136", features = ["derive"] } diff --git a/testing/fil_token_integration/Cargo.toml b/testing/fil_token_integration/Cargo.toml index 969edb12..f3c65978 100644 --- a/testing/fil_token_integration/Cargo.toml +++ b/testing/fil_token_integration/Cargo.toml @@ -16,7 +16,7 @@ fvm = { version = "^3.0.0", default-features = false } fvm_integration_tests = "~3.0" fvm_ipld_blockstore = "0.1.1" fvm_ipld_encoding = "~0.3" -fvm_shared = "~3.2" +fvm_shared = "~3.3" serde = { version = "1.0", features = ["derive"] } serde_tuple = { version = "0.5.0" } diff --git a/testing/fil_token_integration/actors/basic_nft_actor/Cargo.toml b/testing/fil_token_integration/actors/basic_nft_actor/Cargo.toml index dc49d12a..20840963 100644 --- a/testing/fil_token_integration/actors/basic_nft_actor/Cargo.toml +++ b/testing/fil_token_integration/actors/basic_nft_actor/Cargo.toml @@ -12,7 +12,7 @@ cid = { version = "0.8.3", default-features = false, features = ["serde-codec"] fvm_ipld_blockstore = "0.1.1" fvm_ipld_encoding = "~0.3" fvm_sdk = "~3.2" -fvm_shared = "~3.2" +fvm_shared = "~3.3" serde = { version = "1.0.136", features = ["derive"] } serde_tuple = { version = "0.5.0" } thiserror = { version = "1.0.31" } diff --git a/testing/fil_token_integration/actors/basic_receiving_actor/Cargo.toml b/testing/fil_token_integration/actors/basic_receiving_actor/Cargo.toml index 4719d0d9..61f8c448 100644 --- a/testing/fil_token_integration/actors/basic_receiving_actor/Cargo.toml +++ b/testing/fil_token_integration/actors/basic_receiving_actor/Cargo.toml @@ -12,7 +12,7 @@ fvm_actor_utils = { path = "../../../../fvm_actor_utils" } fvm_ipld_blockstore = "0.1.1" fvm_ipld_encoding = "~0.3" fvm_sdk = "~3.2" -fvm_shared = "~3.2" +fvm_shared = "~3.3" [build-dependencies] substrate-wasm-builder = "4.0" diff --git a/testing/fil_token_integration/actors/basic_token_actor/Cargo.toml b/testing/fil_token_integration/actors/basic_token_actor/Cargo.toml index b153d504..347dfa0f 100644 --- a/testing/fil_token_integration/actors/basic_token_actor/Cargo.toml +++ b/testing/fil_token_integration/actors/basic_token_actor/Cargo.toml @@ -12,7 +12,7 @@ cid = { version = "0.8.5", default-features = false } fvm_ipld_blockstore = { version = "0.1.1" } fvm_ipld_encoding = "~0.3" fvm_sdk = "~3.2" -fvm_shared = "~3.2" +fvm_shared = "~3.3" num-traits = { version = "0.2.15" } serde = { version = "1.0.136", features = ["derive"] } serde_tuple = { version = "0.5.0" } diff --git a/testing/fil_token_integration/actors/basic_transfer_actor/Cargo.toml b/testing/fil_token_integration/actors/basic_transfer_actor/Cargo.toml index 0fc5a8c7..02f17673 100644 --- a/testing/fil_token_integration/actors/basic_transfer_actor/Cargo.toml +++ b/testing/fil_token_integration/actors/basic_transfer_actor/Cargo.toml @@ -12,7 +12,7 @@ cid = { version = "0.8.5", default-features = false } fvm_ipld_blockstore = { version = "0.1.1" } fvm_ipld_encoding = "~0.3" fvm_sdk = "~3.2" -fvm_shared = "~3.2" +fvm_shared = "~3.3" serde = { version = "1.0.136", features = ["derive"] } serde_tuple = { version = "0.5.0" } diff --git a/testing/fil_token_integration/actors/frc46_test_actor/Cargo.toml b/testing/fil_token_integration/actors/frc46_test_actor/Cargo.toml index 66ed8ec9..c9e0c722 100644 --- a/testing/fil_token_integration/actors/frc46_test_actor/Cargo.toml +++ b/testing/fil_token_integration/actors/frc46_test_actor/Cargo.toml @@ -13,7 +13,7 @@ cid = { version = "0.8.5", default-features = false } fvm_ipld_blockstore = { version = "0.1.1" } fvm_ipld_encoding = "~0.3" fvm_sdk = "~3.2" -fvm_shared = "~3.2" +fvm_shared = "~3.3" serde = { version = "1.0", features = ["derive"] } serde_tuple = { version = "0.5.0" } diff --git a/testing/fil_token_integration/actors/frc53_test_actor/Cargo.toml b/testing/fil_token_integration/actors/frc53_test_actor/Cargo.toml index ba825dfa..11080547 100644 --- a/testing/fil_token_integration/actors/frc53_test_actor/Cargo.toml +++ b/testing/fil_token_integration/actors/frc53_test_actor/Cargo.toml @@ -13,7 +13,7 @@ cid = { version = "0.8.5", default-features = false } fvm_ipld_blockstore = { version = "0.1.1" } fvm_ipld_encoding = "~0.3" fvm_sdk = "~3.2" -fvm_shared = "~3.2" +fvm_shared = "~3.3" serde = { version = "1.0", features = ["derive"] } serde_tuple = { version = "0.5.0" }