build(deps): update rust crate jsonc-parser to 0.32.2

This commit is contained in:
renovate[bot]
2026-04-02 15:36:22 +00:00
committed by GitHub
parent 13103ec520
commit 12d85c1c1d
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -2106,9 +2106,9 @@ dependencies = [
[[package]] [[package]]
name = "jsonc-parser" name = "jsonc-parser"
version = "0.32.1" version = "0.32.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de0ffda8def4eb16ed430641db8056c2509b20e38f2dd327bdb4c83239f88c4" checksum = "22e174964e77ea79b784f1e1dfffec4f77f61a453a36efc7c36838c917706777"
dependencies = [ dependencies = [
"serde", "serde",
] ]
+1 -1
View File
@@ -44,7 +44,7 @@ dunce = "1.0.5"
# default feature restriction addresses https://github.com/starship/starship/issues/4251 # default feature restriction addresses https://github.com/starship/starship/issues/4251
gix = { version = "0.81.0", default-features = false, features = ["max-performance-safe", "revision", "zlib-rs", "status", "sha1"] } gix = { version = "0.81.0", default-features = false, features = ["max-performance-safe", "revision", "zlib-rs", "status", "sha1"] }
indexmap = { version = "2.13.0", features = ["serde"] } indexmap = { version = "2.13.0", features = ["serde"] }
jsonc-parser = { version = "0.32.1", features = ["serde"] } jsonc-parser = { version = "0.32.2", features = ["serde"] }
log = { version = "0.4.29", features = ["std"] } 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 # 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 # see: https://github.com/NixOS/nixpkgs/issues/160876