diff --git a/Cargo.lock b/Cargo.lock index 13eaa017c7..b18dc5a263 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1773,9 +1773,9 @@ dependencies = [ [[package]] name = "fluence-spell-distro" -version = "0.5.17" +version = "0.5.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6f5ef85ae022937d278af4c89404a77d014d53ada954f458c2102968a376950" +checksum = "174efca468bbec69a038a36cee16c97278c0b0344a79e29e64039f5fb2da3772" dependencies = [ "built 0.6.1", "maplit", diff --git a/Cargo.toml b/Cargo.toml index 7c19ec8345..c8520b0298 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,7 +93,7 @@ health = { path = "crates/health" } # spell fluence-spell-dtos = "=0.5.18" -fluence-spell-distro = "=0.5.17" +fluence-spell-distro = "=0.5.18" # marine fluence-app-service = { version = "=0.26.4-feat-wasm-backend-interface-update-b3cf050-636-1.0", registry = "fluence" }