From 695625f2dc01c89f293bb4456e428efa49c13927 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 17:40:39 +0000 Subject: [PATCH] fix(deps): update rust crate rustls-pemfile to v2 --- apollo-router/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apollo-router/Cargo.toml b/apollo-router/Cargo.toml index 42a5c06f54..99af940a99 100644 --- a/apollo-router/Cargo.toml +++ b/apollo-router/Cargo.toml @@ -189,7 +189,7 @@ router-bridge = "=0.5.16+v2.7.1" rust-embed = "8.2.0" rustls = "0.21.10" rustls-native-certs = "0.6.3" -rustls-pemfile = "1.0.4" +rustls-pemfile = "2.1.1" schemars = { version = "0.8.16", features = ["url"] } shellexpand = "3.1.0" sha2 = "0.10.8"