From 94aedbdceb614833658673afd8d105e87a34bc24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:43:39 +0000 Subject: [PATCH] chore(deps): update tokio-rustls requirement from 0.25.0 to 0.26.1 Updates the requirements on [tokio-rustls](https://github.com/rustls/tokio-rustls) to permit the latest version. - [Release notes](https://github.com/rustls/tokio-rustls/releases) - [Commits](https://github.com/rustls/tokio-rustls/commits) --- updated-dependencies: - dependency-name: tokio-rustls dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bbdf33d..4e31423 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ bytes = "1.5.0" email_address = { version = "0.2.4", features = ["serde", "serde_support"] } figment = { version = "0.10.14", features = ["toml", "env"] } hex = "0.4.3" -tokio-rustls = "0.25.0" +tokio-rustls = "0.26.1" # futures = "0.3.30" hmac = "0.12.1" sha1 = "0.10.6"