chore(deps): use rustls (#5619)

This commit is contained in:
Matthias Seitz
2023-11-28 21:28:50 +01:00
committed by GitHub
parent 15c288e00b
commit 9fe3b02c21
4 changed files with 8 additions and 110 deletions

View File

@ -19,9 +19,7 @@ wildcards = "allow"
highlight = "all"
# List of crates to deny
deny = [
# Each entry the name of a crate and a version range. If version is
# not specified, all versions will be matched.
#{ name = "ansi_term", version = "=0.11.0" },
{ name = "openssl" },
]
# Certain crates/versions that will be skipped when doing duplicate detection.
skip = []