修改依赖
This commit is contained in:
+2
-3
@@ -11,12 +11,11 @@ anyhow = "1.0.82"
|
|||||||
console = "0.15.2"
|
console = "0.15.2"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
log4rs = { version = "1.3.0", optional = true }
|
log4rs = { version = "1.3.0", optional = true }
|
||||||
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde = "1.0"
|
|
||||||
serde_yaml = "0.9.32"
|
serde_yaml = "0.9.32"
|
||||||
getopts = "0.2.21"
|
getopts = "0.2.21"
|
||||||
gethostname = "0.4.3"
|
gethostname = "0.4.3"
|
||||||
uuid = {version = "1.8.0",features = ["v4"]}
|
uuid = { version = "1.8.0", features = ["v4"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
|||||||
Reference in New Issue
Block a user