Skip to content

Commit 95940f1

Browse files
committed
chore: Update flexi_logger dependency to version 0.29 with async feature
1 parent 75e538d commit 95940f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ pin-project-lite = "0.2"
99
log = "0.4"
1010
tokio = { version = "1", features = ["full"] }
1111
futures-util = "0.3"
12+
flexi_logger = { version = "0.29", features = ["async"] }

log_x/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ path = "src/lib.rs" # 库文件的路径
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
14-
flexi_logger = { version = "0.29", features = ["async"] }
14+
flexi_logger = { workspace = true }
1515
log.workspace = true

0 commit comments

Comments
 (0)