diff --git a/Cargo.lock b/Cargo.lock index e2c4fbf69..97f04d8d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1928,9 +1928,9 @@ dependencies = [ [[package]] name = "jsonc-parser" -version = "0.28.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b187b7e06feb2c205d8ec71f12cd8f553e33477ec155ebfc34f8daa7f3ae4eab" +checksum = "9eb0774546269185d38da823d8583e94448ba0e158e3f50759d9c79aba946ca5" dependencies = [ "serde_json", ] diff --git a/Cargo.toml b/Cargo.toml index e00f52a79..56a93acb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ dunce = "1.0.5" # default feature restriction addresses https://github.com/starship/starship/issues/4251 gix = { version = "0.77.0", default-features = false, features = ["max-performance-safe", "revision", "zlib-rs", "status"] } indexmap = { version = "2.13.0", features = ["serde"] } -jsonc-parser = { version = "0.28.0", features = ["serde"] } +jsonc-parser = { version = "0.29.0", features = ["serde"] } log = { version = "0.4.29", features = ["std"] } # notify-rust is optional (on by default) because the crate doesn't currently build for darwin with nix # see: https://github.com/NixOS/nixpkgs/issues/160876