From 7f748d19197cb237dc65a5b10cbfe8da0b5ee7ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 15:40:25 +0000 Subject: [PATCH] chore(deps): update nox dependencies in tests to v0.16.2 --- src/tests/decider-distro-tests-rs/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tests/decider-distro-tests-rs/Cargo.toml b/src/tests/decider-distro-tests-rs/Cargo.toml index b5427527..e42ebaad 100644 --- a/src/tests/decider-distro-tests-rs/Cargo.toml +++ b/src/tests/decider-distro-tests-rs/Cargo.toml @@ -7,10 +7,10 @@ edition = "2021" [dev-dependencies] decider-distro = { path = "../../distro" } -created-swarm = { git = "https://github.com/fluencelabs/nox.git", tag = "nox-v0.16.1" } -connected-client = { git = "https://github.com/fluencelabs/nox.git", tag = "nox-v0.16.1" } -log-utils = { git = "https://github.com/fluencelabs/nox.git", tag = "nox-v0.16.1" } -system-services = { git = "https://github.com/fluencelabs/nox.git", tag = "nox-v0.16.1" } +created-swarm = { git = "https://github.com/fluencelabs/nox.git", tag = "v0.16.2" } +connected-client = { git = "https://github.com/fluencelabs/nox.git", tag = "v0.16.2" } +log-utils = { git = "https://github.com/fluencelabs/nox.git", tag = "v0.16.2" } +system-services = { git = "https://github.com/fluencelabs/nox.git", tag = "v0.16.2" } fluence-app-service = "0.29.0" fluence-keypair = "0.10.3"