Update dependency names

This commit is contained in:
Jon Häggblad
2024-03-06 10:24:21 +01:00
parent 3369aa51bc
commit 0f5157f7d1
2 changed files with 2 additions and 2 deletions
@@ -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" }
+1 -1
View File
@@ -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"}