mirror of https://github.com/ospab/ostp.git
fix: correct crate name to json_comments
This commit is contained in:
parent
5695028736
commit
9982b8b94b
|
|
@ -13,6 +13,6 @@ ostp-core = { path = "../ostp-core" }
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
json-comments = "0.2"
|
json_comments = "0.2"
|
||||||
portable-atomic.workspace = true
|
portable-atomic.workspace = true
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
clap = { version = "4.4", features = ["derive"] }
|
clap = { version = "4.4", features = ["derive"] }
|
||||||
json-comments = "0.2"
|
json_comments = "0.2"
|
||||||
base64 = "0.22"
|
base64 = "0.22"
|
||||||
rand.workspace = true
|
rand.workspace = true
|
||||||
url = "2.5"
|
url = "2.5"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue