From d93bece432cc6962b607ee99d83713f62ca572d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 19:19:58 +0000 Subject: [PATCH] fix(deps): update rust crate fluence-spell-dtos to v0.5.6 (#1517) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9312e833e4..245b6a7a8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2109,9 +2109,9 @@ dependencies = [ [[package]] name = "fluence-spell-dtos" -version = "0.5.4" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4eb956a13584a914f5498b561d1cf492d671898f7f7bfb2cefde244641c2c158" +checksum = "a91f4bc2bc0ca0d0854365503a5c186c066bc36b96776a3ba86382826f52bbe8" dependencies = [ "eyre", "marine-rs-sdk", diff --git a/Cargo.toml b/Cargo.toml index 41ba4833c1..7bd456d865 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ spell-storage = { path = "spell-storage" } particle-execution = { path = "particle-execution" } # spell -fluence-spell-dtos = "=0.5.4" +fluence-spell-dtos = "=0.5.6" fluence-spell-distro = "=0.5.6" # marine