Skip to content

Commit

Permalink
Remove unused dependencies and features
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Nov 16, 2023
1 parent 86687b7 commit d33102e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
40 changes: 0 additions & 40 deletions Cargo.lock

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

5 changes: 0 additions & 5 deletions aquadoggo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,11 @@ futures = "0.3.23"
hex = "0.4.3"
http = "0.2.9"
libp2p = { version = "0.52.3", features = [
"autonat",
"dcutr",
"identify",
"macros",
"mdns",
"noise",
"ping",
"relay",
"rendezvous",
"serde",
Expand All @@ -53,7 +51,6 @@ libp2p = { version = "0.52.3", features = [
"quic",
] }
libp2p-allow-block-list = "0.2.0"
# libp2p-quic = { version = "0.9.2", features = ["tokio"] }
lipmaa-link = "0.2.2"
log = "0.4.19"
once_cell = "1.18.0"
Expand All @@ -73,7 +70,6 @@ thiserror = "1.0.39"
tokio = { version = "1.28.2", features = [
"macros",
"net",
"rt",
"rt-multi-thread",
"sync",
"time",
Expand Down Expand Up @@ -103,7 +99,6 @@ p2panda-rs = { version = "0.8.0", features = [
] }
proptest = "1.2.0"
proptest-derive = "0.4.0"
rand = "0.8.5"
reqwest = { version = "0.11.11", default-features = false, features = [
"json",
"stream",
Expand Down

0 comments on commit d33102e

Please sign in to comment.