Skip to content

Commit

Permalink
Allow old rustls version from examples
Browse files Browse the repository at this point in the history
Signed-off-by: kazk <kazk.dev@gmail.com>
  • Loading branch information
kazk committed Nov 22, 2021
1 parent ee85982 commit 35d5c06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,10 @@ allow-git = []

[bans]
multiple-versions = "deny"
skip = [
# warp uses an older version of rustls (warp is only used in the examples)
{ name = "rustls", version = "=0.19.1" },
{ name = "webpki", version = "=0.21.4" },
{ name = "tokio-rustls", version = "=0.22.0" },
{ name = "sct", version = "=0.6.1" },
]

0 comments on commit 35d5c06

Please sign in to comment.