Bump webpki to 0.100.0

Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
This commit is contained in:
Tomasz Pietrek 2023-03-16 10:47:25 +01:00 committed by Dirkjan Ochtman
parent 1c22e6ff55
commit 127b604f26
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ rustversion = { version = "1.0.6", optional = true }
log = { version = "0.4.4", optional = true }
ring = "0.16.20"
sct = "0.7.0"
webpki = { package = "rustls-webpki", version = "0.100.0-alpha.2", features = ["alloc", "std"] }
webpki = { package = "rustls-webpki", version = "0.100.0", features = ["alloc", "std"] }
[features]
default = ["logging", "tls12"]