From 5c26a8a5e9d45552f3a7c9bba8fdeb2483380013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 16:44:18 +0000 Subject: [PATCH] Bump tracing-error from 0.2.0 to 0.2.1 Bumps [tracing-error](https://github.com/tokio-rs/tracing) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-error-0.2.0...tracing-error-0.2.1) --- updated-dependencies: - dependency-name: tracing-error dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4365b7b2..4771425f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2654,9 +2654,9 @@ dependencies = [ [[package]] name = "tracing-error" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" +checksum = "8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db" dependencies = [ "tracing", "tracing-subscriber", diff --git a/Cargo.toml b/Cargo.toml index 30f2f933..14cec1ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ thousands = "0.2.0" tokio = { version = "1.42.0", features = ["full"] } tokio-util = "0.7.12" tracing = "0.1.37" -tracing-error = "0.2.0" +tracing-error = "0.2.1" tracing-subscriber = { version = "0.3.17", features = ["env-filter", "serde"] } tui-textarea = "0.4.0" tui-widget-list = "0.7.1"