diff --git a/Cargo.lock b/Cargo.lock index 3c1520183a..c51c40b2c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1987,9 +1987,9 @@ dependencies = [ [[package]] name = "jsonc-parser" -version = "0.32.1" +version = "0.33.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8de0ffda8def4eb16ed430641db8056c2509b20e38f2dd327bdb4c83239f88c4" +checksum = "a0560e3f9a9a03ea6b6e90b41138c5db9e21526c99eb192c1a26c68176593285" [[package]] name = "kasuari" diff --git a/Cargo.toml b/Cargo.toml index 9c570137e1..3cc4a72d0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } interprocess = "2.4" rusqlite = { version = "0.31", features = ["bundled"] } libc = "0.2" -jsonc-parser = { version = "0.32", features = ["cst"] } +jsonc-parser = { version = "0.33", features = ["cst"] } dirs = "5.0" ureq = { version = "3.3", default-features = false, features = ["native-tls"] } url = "2.5"