From 611dcfceaf56dcf2f2c73514664f5aacab56d1a9 Mon Sep 17 00:00:00 2001 From: Sean Pianka Date: Wed, 27 Oct 2021 21:27:38 -0400 Subject: [PATCH] build: BREAKING CHANGE: upgrade tracing-[error|subscriber] Signed-off-by: Sean Pianka --- lambda-runtime/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lambda-runtime/Cargo.toml b/lambda-runtime/Cargo.toml index a499be03..4d0de675 100644 --- a/lambda-runtime/Cargo.toml +++ b/lambda-runtime/Cargo.toml @@ -23,13 +23,13 @@ bytes = "1.0" http = "0.2" async-stream = "0.3" futures = "0.3" -tracing-error = "0.1.2" +tracing-error = "0.2" tracing = { version = "0.1", features = ["log"] } tower-service = "0.3" tokio-stream = "0.1.2" [dev-dependencies] -tracing-subscriber = "0.2" +tracing-subscriber = "0.3" once_cell = "1.4.0" simple_logger = "1.6.0" log = "^0.4"