Skip to content

Commit

Permalink
Use workspace dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
octol committed Sep 16, 2024
1 parent bb091aa commit b6d16d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dirs = { version = "5.0.1", optional = true }
handlebars = { workspace = true }
log = { workspace = true }
serde = { workspace = true, features = ["derive"] }
toml = "0.8.14"
toml = { workspace = true }
url = { workspace = true }

nym-network-defaults = { path = "../network-defaults", features = ["utoipa"] }
Expand Down
2 changes: 1 addition & 1 deletion mixnode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sysinfo = { workspace = true }
time.workspace = true
tokio = { workspace = true, features = ["rt-multi-thread", "net", "signal"] }
tokio-util = { workspace = true, features = ["codec"] }
toml = "0.8.14"
toml = { workspace = true }
url = { workspace = true, features = ["serde"] }
thiserror = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion sdk/rust/nym-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ rand = { workspace = true }
tap = { workspace = true }
thiserror = { workspace = true }
url = { workspace = true }
toml = "0.8.14"
toml = { workspace = true }

[dev-dependencies]
anyhow = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion tools/internal/testnet-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tempfile = { workspace = true }
thiserror.workspace = true
time = { workspace = true, features = ["parsing", "formatting"] }
tokio = { workspace = true, features = ["rt-multi-thread", "macros", "process"] }
toml = "0.8.14"
toml = { workspace = true }
tracing.workspace = true
url.workspace = true
zeroize = { workspace = true, features = ["zeroize_derive"] }
Expand Down

0 comments on commit b6d16d5

Please sign in to comment.