From 1ccd12d6144e77a7e733d0c76b84b469d18bb4c3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 28 Mar 2022 01:10:17 +0000 Subject: [PATCH] fix(deps): update rust crate log to 0.4.16 --- 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 4e7babc7745..ae22492bd38 100644 --- a/src/functions-templates/rust/hello-world/Cargo.toml +++ b/src/functions-templates/rust/hello-world/Cargo.toml @@ -9,6 +9,6 @@ version = "0.1.0" aws_lambda_events = "0.5.0" http = "0.2.6" lambda_runtime = "0.5.1" -log = "0.4.14" +log = "0.4.16" simple_logger = "1.16.0" tokio = "1.17.0"