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"}