Skip to content

Commit

Permalink
deps(iroh-gossip): Do not depend directly on Quinn
Browse files Browse the repository at this point in the history
iroh-gossip has a direct dependency on Quinn but does not need it.
Remove this.
  • Loading branch information
flub committed Aug 28, 2024
1 parent 81ce766 commit e5a6ca6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 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 iroh-gossip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ rand_core = "0.6.4"
serde = { version = "1.0.164", features = ["derive"] }

# net dependencies (optional)
quinn = { package = "iroh-quinn", version = "0.11", optional = true }
futures-lite = { version = "2.3", optional = true }
futures-concurrency = { version = "7.6.1", optional = true }
futures-util = { version = "0.3.30", optional = true }
Expand Down

0 comments on commit e5a6ca6

Please sign in to comment.