Skip to content

Commit

Permalink
fix: remove unused dependency in papyrus_network (#175)
Browse files Browse the repository at this point in the history
commit-id:540b5c34
  • Loading branch information
Itay-Tsabary-Starkware authored Jul 29, 2024
1 parent c60f856 commit 0476a55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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.

7 changes: 2 additions & 5 deletions crates/papyrus_network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,22 @@ libp2p = { workspace = true, features = [
"macros",
"noise",
"quic",
"serde",
"tcp",
"tokio",
"yamux",
"serde",
] }
metrics.workspace = true
replace_with.workspace = true
papyrus_common = { path = "../papyrus_common", version = "0.4.0-rc.0" }
papyrus_config = { path = "../papyrus_config", version = "0.4.0-rc.0" }
replace_with.workspace = true
serde = { workspace = true, features = ["derive"] }
thiserror.workspace = true
tokio = { workspace = true, features = ["full", "sync"] }
tracing.workspace = true
unsigned-varint = { workspace = true, features = ["std"] }
validator = { workspace = true, features = ["derive"] }

# Binaries dependencies
clap = { workspace = true, optional = true, features = ["derive"] }


[dev-dependencies]
assert_matches.workspace = true
Expand Down

0 comments on commit 0476a55

Please sign in to comment.