Skip to content

Commit

Permalink
Remove unused deps as reported by cargo-udeps (MystenLabs#3410)
Browse files Browse the repository at this point in the history
* remove unused deps

* Readd deps but ignore for cargo-udeps
  • Loading branch information
arun-koshy authored Jul 22, 2022
1 parent c5fd1c6 commit 6b563fe
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 17 deletions.
8 changes: 0 additions & 8 deletions Cargo.lock

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

4 changes: 0 additions & 4 deletions crates/sui-json-rpc-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ edition = "2021"
async-trait = "0.1.53"
anyhow = "1.0.58"
schemars = { version = "0.8.10", features = ["either"] }
jsonrpsee = { version = "0.14.0", features = ["full"] }
jsonrpsee-proc-macros = "0.14.0"
serde = { version = "1.0.139", features = ["derive"] }
serde_json = "1.0.80"
serde_with = { version = "1.14.0", features = ["hex"] }
Expand All @@ -25,6 +23,4 @@ move-bytecode-utils = { git = "https://github.com/move-language/move", rev = "77

sui-types = { path = "../sui-types" }
sui-json = { path = "../sui-json" }
sui-open-rpc = { path = "../sui-open-rpc" }
sui-open-rpc-macros = { path = "../sui-open-rpc-macros" }
workspace-hack = { path = "../workspace-hack"}
5 changes: 0 additions & 5 deletions crates/sui-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,5 @@ sui-core = { path = "../sui-core" }
sui-config = { path = "../sui-config" }
sui-types = { path = "../sui-types" }

rustyline = "9.1.2"
rustyline-derive = "0.7.0"
colored = "2.0.0"
unescape = "0.1.0"
shell-words = "1.1.0"

workspace-hack = { path = "../workspace-hack"}
3 changes: 3 additions & 0 deletions crates/sui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ rand = "0.7.3"
move-package = { git = "https://github.com/move-language/move", rev = "7733658048a8bc80e9ba415b8c99aed9234eaa5f" }
sui-core = { path = "../sui-core" }
sui-node = { path = "../sui-node" }

[package.metadata.cargo-udeps.ignore]
normal = ["jemallocator", "jemalloc-ctl"]

0 comments on commit 6b563fe

Please sign in to comment.