From faf90dc79e78b719e86175a43e60b055b713a0fd Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Wed, 5 Jul 2023 20:52:50 +0200 Subject: [PATCH] Bump rustls-webpki to 0.101.1 --- async-nats/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async-nats/Cargo.toml b/async-nats/Cargo.toml index 43be5ff8f..c3715ade3 100644 --- a/async-nats/Cargo.toml +++ b/async-nats/Cargo.toml @@ -39,7 +39,7 @@ base64 = "0.21" tokio-retry = "0.3" ring = "0.16" rand = "0.8" -webpki = { package = "rustls-webpki", version = "0.100.0", features = ["alloc", "std"] } +webpki = { package = "rustls-webpki", version = "0.101.1", features = ["alloc", "std"] } [dev-dependencies] criterion = { version = "0.3", features = ["async_tokio"]}