From 63b7570bb2a4ce3d73a545087e6fa45f7deb4ac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=BA=E7=8F=8F?= Date: Tue, 12 Dec 2023 18:47:34 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=93=A6=20update=20log4rs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #118 --- sentinel-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentinel-core/Cargo.toml b/sentinel-core/Cargo.toml index 12d17c7..9fffc2b 100644 --- a/sentinel-core/Cargo.toml +++ b/sentinel-core/Cargo.toml @@ -51,7 +51,7 @@ anyhow = "1.0.51" # logging directories = { version = "4.0.1", optional = true } env_logger = { version = "0.9.0", optional = true } -log4rs = { version = "1", git = 'https://github.com/Forsworns/log4rs', optional = true } +log4rs = { version = "1", optional = true } log = "0.4" regex = { version = "1.5", optional = true } prometheus_exporter = { version = "0.8.4", optional = true }