From 9965cb97525d429e8d469a4316eca970fd1ddd03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 15:51:17 +0000 Subject: [PATCH] fix(deps): update rust crate fluence-spell-dtos to 0.4.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c1469cd93..7e82d0a6ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1932,9 +1932,9 @@ dependencies = [ [[package]] name = "fluence-spell-dtos" -version = "0.3.2" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f420504223d9378fd813337011fcde8a978df61ac414554e0cd39fa954562df0" +checksum = "a96e059af1ff44d02d96555354d178935a356994a39f1ef8f3fab5b507bd9520" dependencies = [ "eyre", "marine-rs-sdk", diff --git a/Cargo.toml b/Cargo.toml index 8586b41a2d..3c0f328c93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ script-storage = { path = "script-storage" } spell-storage = { path = "spell-storage" } particle-execution = { path = "particle-execution" } -fluence-spell-dtos = "0.3.2" +fluence-spell-dtos = "0.4.0" fluence-spell-distro = "0.3.2" fluence-app-service = "0.23.0" avm-server = "0.28.1"