Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
c410-f3r committed Jul 6, 2024
1 parent 7089994 commit 5fd43c4
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 126 deletions.
121 changes: 4 additions & 117 deletions rust/Cargo.lock

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

2 changes: 0 additions & 2 deletions rust/hyperlane-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ tracing-futures.workspace = true
tracing-subscriber = { workspace = true, features = ["json", "ansi"] }
tracing.workspace = true
url.workspace = true
warp.workspace = true
ya-gcp.workspace = true

backtrace = { workspace = true, optional = true }
Expand All @@ -55,7 +54,6 @@ hyperlane-ethereum = { path = "../chains/hyperlane-ethereum" }
hyperlane-fuel = { path = "../chains/hyperlane-fuel" }
hyperlane-sealevel = { path = "../chains/hyperlane-sealevel" }
hyperlane-cosmos = { path = "../chains/hyperlane-cosmos"}
hyperlane-test = { path = "../hyperlane-test" }

# dependency version is determined by etheres
rusoto_core = "*"
Expand Down
3 changes: 1 addition & 2 deletions rust/hyperlane-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ bigdecimal.workspace = true
borsh.workspace = true
bs58.workspace = true
bytes = { workspace = true, features = ["serde"] }
config = { workspace = true, optional = true }
convert_case.workspace = true
derive-new.workspace = true
derive_more.workspace = true
Expand Down Expand Up @@ -53,7 +52,7 @@ tokio = { workspace = true, features = ["rt", "time"] }
[features]
default = ["strum"]
float = []
test-utils = ["dep:config"]
test-utils = []
agent = ["ethers", "strum"]
strum = ["dep:strum"]
ethers = ["dep:ethers-core", "dep:ethers-contract", "dep:ethers-providers", "dep:primitive-types"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ account-utils = { path = "../../../libraries/account-utils" }
ecdsa-signature = { path = "../../../libraries/ecdsa-signature" }
hyperlane-core = { path = "../../../../hyperlane-core" }
hyperlane-sealevel-interchain-security-module-interface = { path = "../../../libraries/interchain-security-module-interface" }
hyperlane-sealevel-mailbox = { path = "../../mailbox", features = ["no-entrypoint"] }
multisig-ism = { path = "../../../libraries/multisig-ism" }
serializable-account-meta = { path = "../../../libraries/serializable-account-meta" }

Expand Down
1 change: 0 additions & 1 deletion rust/sealevel/programs/ism/test-ism/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ solana-sdk = { workspace = true, optional = true }
account-utils = { path = "../../../libraries/account-utils" }
hyperlane-core = { path = "../../../../hyperlane-core" }
hyperlane-sealevel-interchain-security-module-interface = { path = "../../../libraries/interchain-security-module-interface" }
hyperlane-sealevel-mailbox = { path = "../../mailbox", features = ["no-entrypoint"] }
serializable-account-meta = { path = "../../../libraries/serializable-account-meta" }
hyperlane-test-transaction-utils = { path = "../../../libraries/test-transaction-utils", optional = true }

Expand Down
2 changes: 0 additions & 2 deletions rust/sealevel/programs/validator-announce/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ thiserror.workspace = true

account-utils = { path = "../../libraries/account-utils" }
ecdsa-signature = { path = "../../libraries/ecdsa-signature" }
hyperlane-sealevel-mailbox = { path = "../mailbox", features = ["no-entrypoint"] }
hyperlane-core = { path = "../../../hyperlane-core" }
serializable-account-meta = { path = "../../libraries/serializable-account-meta" }

[dev-dependencies]
hex.workspace = true
Expand Down
1 change: 0 additions & 1 deletion rust/utils/run-locally/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ hyperlane-core = { path = "../../hyperlane-core", features = ["float"]}
hyperlane-cosmos = { path = "../../chains/hyperlane-cosmos"}
toml_edit.workspace = true
k256.workspace = true
jobserver.workspace = true
ripemd.workspace = true
sha2.workspace = true
serde.workspace = true
Expand Down

0 comments on commit 5fd43c4

Please sign in to comment.