From 5ea86158720742cbc3949b45f2e2e19cb0fd4959 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 15:53:16 +0300 Subject: [PATCH] fix(deps): update fluence-spell to v0.6.8 (#2013) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 10 +++++----- Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c1e42a777..f7fa779078 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1854,7 +1854,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.39", + "syn 2.0.46", ] [[package]] @@ -2133,9 +2133,9 @@ dependencies = [ [[package]] name = "fluence-spell-distro" -version = "0.6.4" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "616493945b30a8b2449c94d575b6d3915af11cffda1685396a05e28b5b0dd4e4" +checksum = "670933de5ab378cd3c3d267fe586946ade5fe3f326a373399ab8aa953c1e4821" dependencies = [ "built 0.7.1", "maplit", @@ -2143,9 +2143,9 @@ dependencies = [ [[package]] name = "fluence-spell-dtos" -version = "0.6.4" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81571565f980f0b8103ec0e231f3cadb5019032a24cb1123b8c11eae0cd6bdcf" +checksum = "8d409236a7fdbb0aacf33ad0beb56f1e013eca43c23fd7776fd6fe85d3f95614" dependencies = [ "eyre", "marine-rs-sdk", diff --git a/Cargo.toml b/Cargo.toml index d105e3f87d..eb447a3c6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,8 +98,8 @@ chain-data = { path = "crates/chain-data"} chain-listener = { path = "crates/chain-listener"} # spell -fluence-spell-dtos = "=0.6.4" -fluence-spell-distro = "=0.6.4" +fluence-spell-dtos = "=0.6.8" +fluence-spell-distro = "=0.6.8" # marine fluence-app-service = { version = "0.29.0" }