From c6102219f10333d2fb23b1b4addd29a32c913230 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 01:24:41 +0000 Subject: [PATCH] fix(deps): update rust crate simple_logger to 1.15.0 (#3725) Co-authored-by: Renovate Bot Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- src/functions-templates/rust/hello-world/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions-templates/rust/hello-world/Cargo.toml b/src/functions-templates/rust/hello-world/Cargo.toml index 6949459e196..e76131d9d9d 100644 --- a/src/functions-templates/rust/hello-world/Cargo.toml +++ b/src/functions-templates/rust/hello-world/Cargo.toml @@ -10,5 +10,5 @@ aws_lambda_events = "0.5.0" http = "0.2.5" lambda_runtime = "0.4.1" log = "0.4.14" -simple_logger = "1.13.0" +simple_logger = "1.15.0" tokio = "1.14.0"