Skip to content

Commit

Permalink
deps(iroh-gossip): Do not depend directly on Quinn (#2678)
Browse files Browse the repository at this point in the history
## Description

iroh-gossip has a direct dependency on Quinn but does not need it.
Remove this.

## Breaking Changes

none

## Notes & open questions

Please do not merge before #2595 is merged. I'm trying to not modify
that PR any further.

## Change checklist

- [x] Self-review.
- ~~[ ] Documentation updates following the [style
guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text),
if relevant.~~
- ~~[ ] Tests if relevant.~~
- ~~[ ] All breaking changes documented.~~
  • Loading branch information
flub authored Aug 29, 2024
1 parent 05fff6a commit 6296964
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 6296964

Please sign in to comment.