Skip to content

Commit

Permalink
修改依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
vnt-dev committed Jun 15, 2024
1 parent 30cbf39 commit 51315ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ anyhow = "1.0.82"
console = "0.15.2"
log = "0.4.17"
log4rs = { version = "1.3.0", optional = true }

serde = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.32"
getopts = "0.2.21"
gethostname = "0.4.3"
uuid = {version = "1.8.0",features = ["v4"]}
uuid = { version = "1.8.0", features = ["v4"] }

[features]
default = []
Expand Down

0 comments on commit 51315ef

Please sign in to comment.