From 58c508e9f7fb525858ac18ee5629f5ed830ba384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:58:58 +0000 Subject: [PATCH] Bump the cargo group across 1 directory with 1 update Updates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest version. Updates `tokio` to 1.36.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.2.0...tokio-1.36.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production dependency-group: cargo-security-group ... Signed-off-by: dependabot[bot] --- lambda-smtp-relay/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda-smtp-relay/Cargo.toml b/lambda-smtp-relay/Cargo.toml index 25f998f..5c2e47e 100644 --- a/lambda-smtp-relay/Cargo.toml +++ b/lambda-smtp-relay/Cargo.toml @@ -26,5 +26,5 @@ rustls = "^0.16" serde = "^1.0" serde_derive = "^1.0" stderrlog = "^0.4" -tokio = "^0.2" +tokio = "^1.36" webpki-roots = "^0.19"