From 1ec0941bf0ccd7b4274c1448b65fd1115d6edb77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 21:42:51 +0000 Subject: [PATCH] build(deps): update rust crate jsonc-parser to 0.27.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 338b03526..76a6fda68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2065,9 +2065,9 @@ dependencies = [ [[package]] name = "jsonc-parser" -version = "0.27.0" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ec4ac49f13c7b00f435f8a5bb55d725705e2cf620df35a5859321595102eb7e" +checksum = "01958dcb05b69d9612853b47df8f7881810e4f61b5cedd8894be04291f28ccb9" dependencies = [ "serde_json", ] diff --git a/Cargo.toml b/Cargo.toml index 6ac4f2aeb..dc5602746 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.74.1", default-features = false, features = ["max-performance-safe", "revision", "zlib-rs", "status"] } indexmap = { version = "2.12.0", features = ["serde"] } -jsonc-parser = { version = "0.27.0", features = ["serde"] } +jsonc-parser = { version = "0.27.1", features = ["serde"] } log = { version = "0.4.28", 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