Skip to content

Commit 3522242

Browse files
committed
build(deps): remove webpki
Signed-off-by: Patrick J.P. Culp <jpculp@amazon.com>
1 parent 0d466c3 commit 3522242

5 files changed

Lines changed: 0 additions & 45 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,3 @@ tracing = "0.1"
7272
tracing-subscriber = { version = "0.3", features = ["registry", "env-filter", "json"] }
7373
uuid = { version = "1", default-features = false, features = ["serde", "v4"] }
7474
validator = { version = "0.20", features = ["derive"] }
75-
webpki = { version = "0.22", features = ["std"] }

apiserver/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ awc = { workspace = true }
2121
opentelemetry-instrumentation-actix-web = { workspace = true }
2222
rustls = { workspace = true }
2323
rustls-pemfile = { workspace = true }
24-
webpki = { workspace = true }
2524
opentelemetry = { workspace = true }
2625
opentelemetry_sdk = { workspace = true }
2726
opentelemetry-prometheus = { workspace = true }

clarify.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,3 @@ license-files = [
142142
{ path = "LICENSE-MIT", hash = 0x386ca1bc },
143143
{ path = "LICENSE.md", hash = 0xfe66d806 },
144144
]
145-
146-
[clarify.rustls-webpki]
147-
expression = "ISC"
148-
license-files = [
149-
{ path = "LICENSE", hash = 0x001c7e6c },
150-
]

deny.toml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -38,29 +38,3 @@ skip-tree = [
3838
# Deny crates from unknown registries or git repositories.
3939
unknown-registry = "deny"
4040
unknown-git = "deny"
41-
42-
[[licenses.clarify]]
43-
name = "ring"
44-
expression = "Apache-2.0 AND ISC AND MIT AND OpenSSL"
45-
license-files = [
46-
{ path = "LICENSE", hash = 0xd99693a },
47-
{ path = "LICENSE-BoringSSL", hash = 0x8f795a3 },
48-
{ path = "LICENSE-other-bits", hash = 0x8b770de2 },
49-
{ path = "third_party/fiat/LICENSE", hash = 0x931a8dd4 },
50-
{ path = "src/polyfill/once_cell/LICENSE-APACHE", hash = 0x24b54f4b },
51-
{ path = "src/polyfill/once_cell/LICENSE-MIT", hash = 0x69371061 },
52-
]
53-
54-
[[licenses.clarify]]
55-
name = "webpki"
56-
expression = "ISC"
57-
license-files = [
58-
{ path = "LICENSE", hash = 0x001c7e6c }
59-
]
60-
61-
[[licenses.clarify]]
62-
name = "rustls-webpki"
63-
expression = "ISC"
64-
license-files = [
65-
{ path = "LICENSE", hash = 0x001c7e6c },
66-
]

0 commit comments

Comments
 (0)