From 1c5fe3008f419f706c3cff12f2e373bcadff2344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:29:06 +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 4aa34fb..38ee484 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3335,9 +3335,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 332c30c..68e4756 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ serde = "1.0.215" tdlib-rs = "1.0.5" tokio = { version = "1.41.1", features = ["full"] } tracing = "0.1.41" -tracing-error = "0.2.0" +tracing-error = "0.2.1" tracing-subscriber = { version = "0.3.18", features = ["env-filter", "chrono"] } tracing-appender = "0.2" arboard = { version = "3.4.1", features = ["wayland-data-control", "wl-clipboard-rs"] }