From afc6219806b59a3a70ad38e327b292c193593862 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 12:09:22 +0000 Subject: [PATCH] fix(deps): update rust crate registry-distro to v0.9.4 --- Cargo.lock | 4 ++-- crates/system-services/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index caa68c0dea..df0c0444bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6081,9 +6081,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "registry-distro" -version = "0.9.2" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8fb036cdf33fe000781835efe6172dca1643969748a3a3437ea53ea68130774" +checksum = "6f8866a376d5e6e139035e27cb0017f05c26e2df4775f815daad940761da28f4" dependencies = [ "built 0.7.1", "maplit", diff --git a/crates/system-services/Cargo.toml b/crates/system-services/Cargo.toml index 77d4b35d3f..3e74abf65c 100644 --- a/crates/system-services/Cargo.toml +++ b/crates/system-services/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] aqua-ipfs-distro = "=0.5.28" decider-distro = "=0.5.12" -registry-distro = "=0.9.2" +registry-distro = "=0.9.4" trust-graph-distro = "=0.4.9" maplit = { workspace = true }