From 804cab8a0ea2ef513671f3a27ec9d543ad9ce5db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 10:59:07 -0300 Subject: [PATCH] fix(deps): update rust crate fluence-spell-dtos to v0.5.7 (#1533) 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 4530f99f15..afa3700d38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2065,9 +2065,9 @@ dependencies = [ [[package]] name = "fluence-spell-dtos" -version = "0.5.6" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a91f4bc2bc0ca0d0854365503a5c186c066bc36b96776a3ba86382826f52bbe8" +checksum = "bd48d8ff2c4dab1d2f75ec791a8f6c0f5b7662eb1ed5ff344e82457af34bff89" dependencies = [ "eyre", "marine-rs-sdk", diff --git a/Cargo.toml b/Cargo.toml index 96cdb3e954..d85faa7ef8 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.6" +fluence-spell-dtos = "=0.5.7" fluence-spell-distro = "=0.5.6" # marine