From dcb12a31cadc7d731fac1b1ca4b0af8040756bc8 Mon Sep 17 00:00:00 2001 From: Enrico Risa Date: Fri, 6 Oct 2023 22:21:28 +0200 Subject: [PATCH] chore: update webpki --- gremlin-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gremlin-client/Cargo.toml b/gremlin-client/Cargo.toml index 9f4fd46..5ebd101 100644 --- a/gremlin-client/Cargo.toml +++ b/gremlin-client/Cargo.toml @@ -52,7 +52,7 @@ tokio-native-tls = { version = "0.3.0", optional = true } tokio-stream = { version = "0.1.2", optional = true } gremlin-derive = { path="../gremlin-derive", version="0.1", optional=true } rustls = { version="0.20", features = ["dangerous_configuration"], optional = true} -webpki = { version = "0.21.3", optional = true } +webpki = { version = "0.22.2", optional = true } thiserror = "1.0.20"