Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
更新 env_logger 版本到 0.11.1
Browse files Browse the repository at this point in the history
这个改动将 env_logger 版本更新为 0.11.1,以保持与其他依赖项的兼容性,并修复任何可能存在的错误或安全问题。更新 env_logger 可能会带来性能改进和新功能。
  • Loading branch information
This-is-XiaoDeng committed Jan 28, 2024
1 parent a713485 commit 55fb2b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ edition = "2021"
actix-web = "4.4.1"
base64 = "0.21.7"
dotenv = "0.15.0"
env_logger = "0.10.1"
env_logger = "0.11.1"
log = "0.4.20"
rand = "0.8.5"
regex = "1.10.2"
regex = "1.10.3"
reqwest = "0.11.23"
serde = {version = "1.0.195", features = ["derive"]}
serde_json = "1.0.111"
serde = {version = "1.0.196", features = ["derive"]}
serde_json = "1.0.112"
tokio = { version = "1.35.1", features = ["fs"] }

0 comments on commit 55fb2b2

Please sign in to comment.