fix: correct crate name to json_comments

This commit is contained in:
ospab 2026-05-16 19:25:27 +03:00
parent 5695028736
commit 9982b8b94b
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"