Skip to content

Commit

Permalink
chore: remove unused deps
Browse files Browse the repository at this point in the history
Signed-off-by: Lohachov Mykhailo <[email protected]>
  • Loading branch information
aoyako committed Jan 20, 2025
1 parent b97ea64 commit 6a8e7d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ owo-colors = "4.1.0"
supports-color = "2.1.0"
spinoff = "0.8.0"
humantime = "2.1.0"
inquire = "0.6.2"

criterion = "0.5.1"
expect-test = "1.5.0"
Expand Down
3 changes: 2 additions & 1 deletion crates/iroha_kagami/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ color-eyre.workspace = true
serde_json.workspace = true
derive_more.workspace = true
parity-scale-codec.workspace = true
inquire.workspace = true

inquire = "0.6.2"

[build-dependencies]
iroha_data_model = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion crates/iroha_swarm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ serde = { workspace = true, features = ["derive"] }
clap = { workspace = true, features = ["derive"] }
serde_with = { workspace = true, features = ["json", "macros", "hex"] }
displaydoc.workspace = true
inquire.workspace = true
serde_yaml = "0.9.34"
pathdiff = "0.2.1"

Expand Down

0 comments on commit 6a8e7d0

Please sign in to comment.