From bad00af147fad6748833117ca4b1c4e1fbce1050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=80=E1=B4=8D=E1=B4=9B=E1=B4=8F=E1=B4=80=E1=B4=87?= =?UTF-8?q?=CA=80?= Date: Tue, 17 Jun 2025 02:45:48 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E4=BE=9D=E8=B5=96=20(#366)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 11 ----------- Cargo.toml | 1 - crates/bili_sync/Cargo.toml | 1 - 3 files changed, 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d8696e..382adb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -518,7 +518,6 @@ dependencies = [ "toml", "tower", "tracing", - "tracing-panic", "tracing-subscriber", "utoipa", "utoipa-swagger-ui", @@ -3943,16 +3942,6 @@ dependencies = [ "tracing-core", ] -[[package]] -name = "tracing-panic" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bf1298a179837099f9309243af3b554e840f7f67f65e9f55294913299bd4cc5" -dependencies = [ - "tracing", - "tracing-subscriber", -] - [[package]] name = "tracing-subscriber" version = "0.3.19" diff --git a/Cargo.toml b/Cargo.toml index bb141c9..239439d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,6 @@ tokio-util = { version = "0.7.15", features = ["io", "rt"] } toml = "0.8.22" tower = "0.5.2" tracing = "0.1.41" -tracing-panic = "0.1.2" tracing-subscriber = { version = "0.3.19", features = ["chrono"] } utoipa = { git = "https://github.com/amtoaer/utoipa.git", tag = "v1.0.1", features = [ "axum_extras", diff --git a/crates/bili_sync/Cargo.toml b/crates/bili_sync/Cargo.toml index 2c7cc42..1cdfe27 100644 --- a/crates/bili_sync/Cargo.toml +++ b/crates/bili_sync/Cargo.toml @@ -48,7 +48,6 @@ tokio-util = { workspace = true } toml = { workspace = true } tower = { workspace = true } tracing = { workspace = true } -tracing-panic = { workspace = true } tracing-subscriber = { workspace = true } utoipa = { workspace = true } utoipa-swagger-ui = { workspace = true }