Skip to content

Commit 6c5db71

Browse files
committed
Remove unused dependency
1 parent cf12f99 commit 6c5db71

File tree

3 files changed

+1
-44
lines changed

3 files changed

+1
-44
lines changed

content-discovery/Cargo.lock

Lines changed: 0 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content-discovery/iroh-mainline-content-discovery/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ iroh-pkarr-node-discovery = { version = "0.1.2", optional = true }
2222
mainline = { version = "1.0.0", optional = true }
2323
anyhow = { version = "1", features = ["backtrace"], optional = true }
2424
postcard = { version = "1", default-features = false, features = ["alloc", "use-std"], optional = true }
25-
ed25519-dalek = { version = "2.1.0", optional = true }
2625
futures = { version = "0.3.25", optional = true }
2726
rcgen = { version = "0.12.0", optional = true }
2827
rustls = { version = "0.21", optional = true }
@@ -38,7 +37,7 @@ tokio = { version = "1", features = ["io-util", "rt"], optional = true }
3837
[features]
3938
client = ["iroh-pkarr-node-discovery", "mainline", "quinn", "tracing", "anyhow", "rcgen", "genawaiter", "rustls", "futures", "postcard"]
4039
cli = ["client", "clap", "tempfile", "derive_more", "tracing-subscriber", "tokio"]
41-
default = ["client", "cli"]
40+
default = ["client"]
4241

4342
[[bin]]
4443
name = "iroh-mainline-content-discovery"

content-discovery/iroh-mainline-tracker/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ redb = "1.5.0"
3030
rustls = "0.21"
3131
serde = { version = "1", features = ["derive"] }
3232
serde_json = "1.0.107"
33-
simple-mdns = { version = "0.5.0", features = ["async-tokio"] }
3433
tempfile = "3.4"
3534
tokio = { version = "1", features = ["io-util", "rt"] }
3635
tokio-util = { version = "0.7", features = ["io-util", "io", "rt"] }

0 commit comments

Comments
 (0)