From c13d95bddd49eb52b502e427486b90967b40ab10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 03:40:26 +0000 Subject: [PATCH] fix(deps): update tokio-tracing monorepo --- tailcall-aws-lambda/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tailcall-aws-lambda/Cargo.toml b/tailcall-aws-lambda/Cargo.toml index b42f167c0c..811139f933 100644 --- a/tailcall-aws-lambda/Cargo.toml +++ b/tailcall-aws-lambda/Cargo.toml @@ -18,8 +18,8 @@ edition = "2021" lambda_http = "0.11.1" lambda_runtime = "0.11.1" tokio = { version = "1", features = ["macros", "fs"] } -tracing = { version = "0.1", features = ["log"] } -tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt"] } +tracing = { version = "0.1.40", features = ["log"] } +tracing-subscriber = { version = "0.3.18", default-features = false, features = ["fmt"] } dotenvy = "0.15.7" anyhow = "1.0.82"