Skip to content

Commit

Permalink
Sanity check quinn not actually being used
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Jun 19, 2024
1 parent 8693c31 commit 115f5bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ allow = [

[bans]
multiple-versions = "deny"
deny = [
{ crate = "quinn", reason = "we don't need http3 support, this just ensures we aren't unneccessarily having http3 support actually (https://github.com/rust-lang/cargo/issues/10801) enabled" },
]
skip = []
skip-tree = []

Expand Down

0 comments on commit 115f5bb

Please sign in to comment.