diff --git a/Cargo.lock b/Cargo.lock index 5eceb62..9414e1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1046,9 +1046,9 @@ dependencies = [ [[package]] name = "jsonc-parser" -version = "0.32.4" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "840785e1a8b4fdb27be18440a35a81af64820dc185c3973ff8b012d4c6282512" +checksum = "362fdb0bfedf94ebd31e4e82ff38ba705b6b82417b3b25f0c4bbb024dd11f552" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 34b4b7b..bd0ef15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ console = "0.16.3" ctrlc = "3.5.2" reqwest = { version = "0.12.15", default-features = false, features = ["brotli", "deflate", "gzip", "json", "multipart", "rustls-tls", "stream"] } futures-util = "0.3.31" -jsonc-parser = { version = "0.32.4", features = ["serde"] } +jsonc-parser = { version = "0.33.0", features = ["serde"] } scraper = "0.27.0" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.150"