Skip to content

Commit f897c41

Browse files
committed
WIP: use graviola as a TLS backend
1 parent b8ce18f commit f897c41

File tree

7 files changed

+144
-61
lines changed

7 files changed

+144
-61
lines changed

Cargo.lock

+119-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deny.toml

+1-7
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,15 @@ allow = [
1111
"ISC",
1212
"MIT",
1313
"MPL-2.0",
14-
"OpenSSL",
1514
"Unicode-3.0",
1615
]
1716
confidence-threshold = 0.8
1817

19-
[[licenses.clarify]]
20-
name = "ring"
21-
expression = "OpenSSL"
22-
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
23-
2418
[bans]
2519
multiple-versions = "warn"
2620
wildcards = "allow"
2721
highlight = "all"
28-
skip = [{ name = "bitflags" }]
22+
skip = [{ name = "zerocopy" }]
2923
skip-tree = [
3024
{ name = "windows-sys", depth = 5 },
3125
]

0 commit comments

Comments
 (0)