From 0f5157f7d1497a773371351bee899a40787defcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Wed, 6 Mar 2024 10:24:21 +0100 Subject: [PATCH] Update dependency names --- service-providers/network-requester/Cargo.toml | 2 +- tools/nymvisor/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/service-providers/network-requester/Cargo.toml b/service-providers/network-requester/Cargo.toml index ac8d641719..03923f46ad 100644 --- a/service-providers/network-requester/Cargo.toml +++ b/service-providers/network-requester/Cargo.toml @@ -42,7 +42,7 @@ time = "0.3.30" zeroize = "1.6.0" # internal -async-file-watcher = { path = "../../common/async-file-watcher" } +nym-async-file-watcher = { path = "../../common/async-file-watcher" } nym-bin-common = { path = "../../common/bin-common", features = ["output_format"] } nym-client-core = { path = "../../common/client-core", features = ["cli"] } nym-client-websocket-requests = { path = "../../clients/native/websocket-requests" } diff --git a/tools/nymvisor/Cargo.toml b/tools/nymvisor/Cargo.toml index 47c2ab9101..7dd7fef743 100644 --- a/tools/nymvisor/Cargo.toml +++ b/tools/nymvisor/Cargo.toml @@ -32,7 +32,7 @@ thiserror = { workspace = true } tracing = { workspace = true } url = { workspace = true, features = ["serde"] } -async-file-watcher = { path = "../../common/async-file-watcher" } +nym-async-file-watcher = { path = "../../common/async-file-watcher" } nym-bin-common = { path = "../../common/bin-common", features = ["output_format", "basic_tracing"] } nym-config = { path = "../../common/config" } nym-task = { path = "../../common/task"}