From 015ee18c4aec4988cfd58b642a631366b821fcfc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 09:43:56 +0000 Subject: [PATCH] fix(deps): update rust crate rustls to 0.21.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6710ebe..cde86ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ dotenv = { version = "0.15.0", features = ["clap"] } opentelemetry = { version = "0.18.0", features = ["trace", "rt-tokio", "metrics"] } opentelemetry-prometheus = "0.11.0" prometheus = { version = "0.13.3", features = ["process"] } -rustls = { version = "0.20.7" } +rustls = { version = "0.21.0" } rustls-pemfile = "1.0.1" serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.91"