Skip to content

Commit

Permalink
chore(rust): remove unused dev deps on ockam_node (cddl_cat and once_…
Browse files Browse the repository at this point in the history
…cell)
  • Loading branch information
adrianbenavides committed Oct 5, 2023
1 parent bc5577b commit f709dde
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions implementations/rust/ockam/ockam_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ ockam_core = { path = "../ockam_core", version = "^0.86.0", default_features = f
ockam_executor = { path = "../ockam_executor", version = "^0.54.0", default-features = false, optional = true }
ockam_macros = { path = "../ockam_macros", version = "^0.31.0" }
ockam_transport_core = { path = "../ockam_transport_core", version = "^0.59.0", default-features = false, optional = true }
once_cell = { version = "1", optional = true, default-features = false }
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_bare = { version = "0.5.0", default-features = false }
serde_json = { version = "1", optional = true }
Expand All @@ -87,7 +86,5 @@ tracing-error = { version = "0.2", optional = true }
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"], optional = true }

[dev-dependencies]
cddl-cat = { version = "0.6.1" }
hex = { version = "0.4", default-features = false }
once_cell = { version = "1", default-features = false }
tempfile = { version = "3.8.0" }

0 comments on commit f709dde

Please sign in to comment.