diff --git a/ostp-client/Cargo.toml b/ostp-client/Cargo.toml index d6f4e0e..810bc5d 100644 --- a/ostp-client/Cargo.toml +++ b/ostp-client/Cargo.toml @@ -13,6 +13,6 @@ ostp-core = { path = "../ostp-core" } rand.workspace = true serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -json-comments = "0.2" +json_comments = "0.2" portable-atomic.workspace = true chrono = "0.4" diff --git a/ostp/Cargo.toml b/ostp/Cargo.toml index bb59abc..5a69f79 100644 --- a/ostp/Cargo.toml +++ b/ostp/Cargo.toml @@ -12,7 +12,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" anyhow = "1.0" clap = { version = "4.4", features = ["derive"] } -json-comments = "0.2" +json_comments = "0.2" base64 = "0.22" rand.workspace = true url = "2.5"