diff --git a/Cargo.lock b/Cargo.lock index 0d09726d4..ac31e2822 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3965,11 +3965,12 @@ dependencies = [ [[package]] name = "tracing-appender" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e" +checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf" dependencies = [ "crossbeam-channel", + "thiserror", "time", "tracing-subscriber", ] diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index c4ffcef35..327ad442a 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -89,7 +89,7 @@ tokio-tungstenite = "0.20.0" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } tracing-oslog = "0.1" -tracing-appender = "0.2.2" +tracing-appender = "0.2.3" shadowsocks = { version = "1.17.0", optional = true, features=["aead-cipher-2022"] }