Skip to content

Commit

Permalink
chore: remove unused deps using cargo-udeps (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
joemonem authored Dec 23, 2024
1 parent 0370ed8 commit 5a250de
Show file tree
Hide file tree
Showing 10 changed files with 217 additions and 856 deletions.
1,058 changes: 217 additions & 841 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions contracts/accounts/andromeda-fixed-multisig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ cw-storage-plus = { workspace = true }
cw-utils = { workspace = true }
cw2 = { workspace = true }
cw3 = { workspace = true }
cw4 = { workspace = true }
cw3-fixed-multisig = { git = "https://github.com/CosmWasm/cw-plus" }

andromeda-std = { workspace = true }
andromeda-accounts = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion contracts/data-storage/andromeda-form/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ cosmwasm-schema = { workspace = true }
cw-storage-plus = { workspace = true }
cw-utils = { workspace = true }
cw20 = { workspace = true }
cw-json = { git = "https://github.com/SlayerAnsh/cw-json.git" }
serde_json = { workspace = true }
serde = { workspace = true }
test-case = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion contracts/os/andromeda-ibc-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ cw-utils = { workspace = true }
cw20 = { workspace = true }

andromeda-std = { workspace = true }
andromeda-data-storage = { workspace = true }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
cw-orch = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion contracts/os/andromeda-kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ cosmwasm-schema = { workspace = true }
cw-storage-plus = { workspace = true }

serde-json-wasm = "1.0.1"
serde-cw-value = "0.7.0"
osmosis-std-derive = "0.15.3"
osmosis-std = "0.1.4"
prost = { version = "0.11.2", default-features = false, features = [
Expand Down
2 changes: 0 additions & 2 deletions ibc-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ andromeda-app = { workspace = true }
andromeda-fungible-tokens = { workspace = true }
andromeda-non-fungible-tokens = { workspace = true }
cosmwasm-std = { workspace = true, features = ["staking"] }
cosmrs = "0.21.0"
prost-types = "0.13.4"
cw20.workspace = true
cw721.workspace = true

3 changes: 0 additions & 3 deletions packages/andromeda-finance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,12 @@ backtraces = ["cosmwasm-std/backtraces"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib", "rlib"]
testing = ["cw-multi-test"]

[dependencies]
cosmwasm-std = { workspace = true, features = ["staking"] }
cosmwasm-schema = { workspace = true }
serde = { version = "1.0.216", default-features = false, features = ["derive"] }
cw-utils = { workspace = true }
cw3 = { workspace = true }
cw4 = { workspace = true }
cw721 = { workspace = true }
cw721-base = { workspace = true }
cw20 = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion packages/andromeda-fungible-tokens/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ backtraces = ["cosmwasm-std/backtraces"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib", "rlib"]
testing = ["cw-multi-test"]

[dependencies]
cosmwasm-std = { workspace = true }
Expand Down
3 changes: 0 additions & 3 deletions packages/andromeda-testing-e2e/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,10 @@ andromeda-economics = { version = "1.0.0", path = "../../contracts/os/andromeda-
] }
andromeda-std = { workspace = true }
serde = { workspace = true }
secp256k1 = "0.30.0"
cosmrs = "0.21.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
cw-multi-test = { workspace = true }
anyhow = "1.0.95"
reqwest = { version = "0.12.9", features = ["json"] }
tokio = "1.42.0"
cw-orch-daemon = "0.24.3"
cw-orch = { workspace = true }
1 change: 0 additions & 1 deletion packages/std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ cw20-base = { workspace = true, features = ["library"] }
cw721-base = { workspace = true }
cw-utils = { workspace = true }
cw2 = { workspace = true }
cw3 = { workspace = true }
cw-asset = { version = "3.0.0" }
thiserror = { version = "2.0.9" }
lazy_static = "1"
Expand Down

0 comments on commit 5a250de

Please sign in to comment.