From 35acd6143bd4262d37d93c4b29e597771a320661 Mon Sep 17 00:00:00 2001 From: Aayush Date: Fri, 28 Apr 2023 11:27:14 -0400 Subject: [PATCH] chore: deps: update to FVM 3.3.1 crates --- rust/Cargo.lock | 6 +++--- rust/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 5b30d4c9..6000c4d6 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1136,7 +1136,7 @@ dependencies = [ "filepath", "fr32 6.0.0", "fvm 2.3.0", - "fvm 3.3.0", + "fvm 3.3.1", "fvm_ipld_blockstore", "fvm_ipld_encoding 0.2.3", "fvm_ipld_encoding 0.3.3", @@ -1442,9 +1442,9 @@ dependencies = [ [[package]] name = "fvm" -version = "3.3.0" +version = "3.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f7ba8142f9f44bf2318c1462c9d346d4391095b3ca0272f56ca8e5eb97cc0bb" +checksum = "8002580816862be6681259cf5ad4217f47046edace1d4a339e11e8682aad241b" dependencies = [ "anyhow", "byteorder", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 7c92979b..9c44aa8d 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -33,7 +33,7 @@ anyhow = "1.0.23" serde_json = "1.0.46" rust-gpu-tools = { version = "0.6", optional = true, default-features = false } fr32 = { version = "~6.0", default-features = false } -fvm3 = { package = "fvm", version = "~3.3", default-features = false } +fvm3 = { package = "fvm", version = "~3.3.1", default-features = false } fvm3_shared = { package = "fvm_shared", version = "~3.3" } fvm3_ipld_encoding = { package = "fvm_ipld_encoding", version = "0.3.3" } fvm2 = { package = "fvm", version = "~2.3", default-features = false }