Skip to content

Commit

Permalink
chore: remove unused dependencies (#5173)
Browse files Browse the repository at this point in the history
Signed-off-by: Marin Veršić <marin.versic101@gmail.com>
  • Loading branch information
mversic authored Oct 21, 2024
1 parent 07939d1 commit 24bfbe4
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 14 deletions.
6 changes: 0 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/iroha/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ iroha_config_base = { workspace = true }
iroha_crypto = { workspace = true }
# FIXME: should remove `transparent_api` feature. Check the other FIXME comment in dev-dependencies
iroha_data_model = { workspace = true, features = ["http", "transparent_api"] }
iroha_executor_data_model = { workspace = true }
iroha_primitives = { workspace = true }
iroha_logger = { workspace = true }
iroha_telemetry = { workspace = true }
Expand Down Expand Up @@ -82,9 +81,10 @@ toml = { workspace = true }
nonzero_ext = { workspace = true }

[dev-dependencies]
iroha_test_samples = { workspace = true }
iroha_genesis = { workspace = true }
iroha_test_samples = { workspace = true }
iroha_test_network = { workspace = true }
iroha_executor_data_model = { workspace = true }
executor_custom_data_model = { version = "=2.0.0-rc.1.0", path = "../../wasm_samples/executor_custom_data_model" }

tokio = { workspace = true, features = ["rt-multi-thread"] }
Expand Down
1 change: 0 additions & 1 deletion crates/iroha_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ iroha_config_base = { workspace = true }
iroha_data_model = { workspace = true }
iroha_primitives = { workspace = true }
iroha_crypto = { workspace = true }
iroha_genesis = { workspace = true }

error-stack = { workspace = true }
tracing = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion crates/iroha_executor_data_model_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ proc-macro = true
[dependencies]
syn.workspace = true
quote.workspace = true
darling.workspace = true
proc-macro2.workspace = true
manyhow.workspace = true

Expand Down
1 change: 0 additions & 1 deletion crates/iroha_futures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ serde = { workspace = true, features = ["derive"] }
tokio = { workspace = true, features = ["rt", "rt-multi-thread", "macros", "signal"] }
tokio-util = { workspace = true }
thiserror = { workspace = true }
futures = { workspace = true, features = ["std", "alloc"] }

[dev-dependencies]
tokio-stream = { version = "0.1.15", features = ["sync"] }
1 change: 0 additions & 1 deletion crates/iroha_genesis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ iroha_data_model = { workspace = true, features = ["http"] }
derive_more = { workspace = true, features = ["deref"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true, features = ["std"] }
tracing = { workspace = true }
eyre = { workspace = true }
parity-scale-codec = { workspace = true }

Expand Down
1 change: 0 additions & 1 deletion crates/iroha_kagami/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ workspace = true
iroha_executor_data_model.workspace = true
iroha_data_model.workspace = true
iroha_crypto.workspace = true
iroha_config.workspace = true
iroha_schema_gen.workspace = true
iroha_primitives.workspace = true
iroha_genesis.workspace = true
Expand Down
1 change: 0 additions & 1 deletion crates/iroha_test_samples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ iroha_crypto = { workspace = true }
iroha_data_model = { workspace = true }

serde = { workspace = true, features = ["derive"] }
toml = { workspace = true }

[lints]
workspace = true
Expand Down

0 comments on commit 24bfbe4

Please sign in to comment.