From e26041cff9a671e6671e9c845d38cc52efea2af9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 22:47:20 +0000 Subject: [PATCH] fix(deps): update rust crate fluence-spell-distro to v0.5.7 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b01991e8a8..0c27f6c754 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2055,9 +2055,9 @@ dependencies = [ [[package]] name = "fluence-spell-distro" -version = "0.5.6" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58dee56672ddf1e3e220a912a3da6aab3d244afe1fa523bdc9e96ff08656daae" +checksum = "f9dab16c17cf8fe84dde1288a1168c55576879f402a915b83a1b29c036136087" dependencies = [ "built 0.5.2", "maplit", diff --git a/Cargo.toml b/Cargo.toml index d85faa7ef8..3a151aae4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ particle-execution = { path = "particle-execution" } # spell fluence-spell-dtos = "=0.5.7" -fluence-spell-distro = "=0.5.6" +fluence-spell-distro = "=0.5.7" # marine fluence-app-service = "0.25.1"