Skip to content

Commit

Permalink
chore: remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
th7nder committed Jan 22, 2025
1 parent ad13530 commit 1a179f8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion 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 @@ itertools = "0.13.0"
jsonrpsee = { version = "0.24.7" }
libp2p = { version = "0.54", default-features = false }
libp2p-core = "0.42.0"
libp2p-identity = { version = "0.2.10", default-features = false }
libp2p-swarm = "0.45.1"
log = { version = "0.4.21", default-features = false }
multihash-codetable = { version = "0.1.1", default-features = false }
Expand Down
1 change: 0 additions & 1 deletion maat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ codec = { workspace = true }
futures.workspace = true
hex = { workspace = true }
libp2p = { workspace = true, features = ["ecdsa", "identify"] }
libp2p-identity = { workspace = true, features = ["ecdsa", "rand"] }
polka-storage-proofs = { workspace = true, features = ["std", "substrate"] }
polka-storage-provider-common = { workspace = true }
primitives = { workspace = true, features = ["serde"] }
Expand Down

0 comments on commit 1a179f8

Please sign in to comment.