mirror of
https://github.com/servo/servo.git
synced 2025-09-23 05:10:09 +01:00
Use aws-lc-rs as rust-tls provider (#35106)
Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
parent
534e78db53
commit
764feada30
11 changed files with 124 additions and 26 deletions
15
deny.toml
15
deny.toml
|
@ -53,18 +53,6 @@ confidence-threshold = 0.8
|
|||
exceptions = [
|
||||
]
|
||||
|
||||
# Some crates don't have (easily) machine readable licensing information,
|
||||
# adding a clarification entry for it allows you to manually specify the
|
||||
# licensing information
|
||||
[[licenses.clarify]]
|
||||
crate = "ring"
|
||||
# The SPDX expression for the license requirements of the crate
|
||||
expression = "MIT AND ISC AND OpenSSL"
|
||||
license-files = [
|
||||
# Each entry is a crate relative path, and the (opaque) hash of its contents
|
||||
{ path = "LICENSE", hash = 0xbd0eed23 },
|
||||
]
|
||||
|
||||
|
||||
# This section is considered when running `cargo deny check bans`.
|
||||
# More documentation about the 'bans' section can be found here:
|
||||
|
@ -103,6 +91,9 @@ skip = [
|
|||
"wasi",
|
||||
"wayland-sys",
|
||||
|
||||
# Duplicated by aws-lc-rs
|
||||
"bindgen",
|
||||
|
||||
# New versions of these dependencies is pulled in by GStreamer / GLib.
|
||||
"itertools",
|
||||
"toml",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue