From b07034cf15d145aed7bf4c2b865ac3adc54aa936 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 13:17:05 +0000 Subject: [PATCH] fix(deps): update rust crate decider-distro to v0.6.2 --- crates/system-services/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/system-services/Cargo.toml b/crates/system-services/Cargo.toml index 03f734ff1c..bfb91bb1cb 100644 --- a/crates/system-services/Cargo.toml +++ b/crates/system-services/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] aqua-ipfs-distro = "=0.5.30" -decider-distro = "=0.6.0" +decider-distro = "=0.6.2" registry-distro = "=0.9.4" trust-graph-distro = "=0.4.11"