refact: env logger, filter modules

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2025-11-02 22:56:25 +08:00
parent b55451eeca
commit ccb2214a0e
2 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ tungstenite = { version = "0.26", features = ["native-tls", "rustls-tls-native-r
rustls-platform-verifier = "0.6"
rustls-pki-types = "1.11"
rustls-native-certs = "0.8"
webpki-roots = "1.0"
webpki-roots = "1.0.3"
async-recursion = "1.1"
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]