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"] }