Skip to content

Commit 6296964

Browse files
authored
deps(iroh-gossip): Do not depend directly on Quinn (#2678)
## 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.~~
1 parent 05fff6a commit 6296964

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.lock

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

iroh-gossip/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ rand_core = "0.6.4"
3030
serde = { version = "1.0.164", features = ["derive"] }
3131

3232
# net dependencies (optional)
33-
quinn = { package = "iroh-quinn", version = "0.11", optional = true }
3433
futures-lite = { version = "2.3", optional = true }
3534
futures-concurrency = { version = "7.6.1", optional = true }
3635
futures-util = { version = "0.3.30", optional = true }

0 commit comments

Comments
 (0)