diff --git a/Cargo.lock b/Cargo.lock index dc1f0520dd..c8a48cc5b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2176,9 +2176,9 @@ dependencies = [ [[package]] name = "fluence-spell-dtos" -version = "0.5.7" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd48d8ff2c4dab1d2f75ec791a8f6c0f5b7662eb1ed5ff344e82457af34bff89" +checksum = "5c010198d67695880fb990150af9736baed29d9e3fcdbd13a1ede0017c300dd0" dependencies = [ "eyre", "marine-rs-sdk", @@ -2608,15 +2608,6 @@ dependencies = [ "hmac 0.8.1", ] -[[package]] -name = "home" -version = "0.5.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408" -dependencies = [ - "winapi", -] - [[package]] name = "hostname" version = "0.3.1" @@ -5717,7 +5708,6 @@ dependencies = [ "fluence-keypair", "fluence-libp2p", "fs-utils", - "home", "humantime-serde", "libp2p", "libp2p-metrics", diff --git a/Cargo.toml b/Cargo.toml index 9f9428fe61..321f95377c 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.7" +fluence-spell-dtos = "=0.5.9" fluence-spell-distro = "=0.5.7" # marine