Update Rust crate json-patch to v4

This commit is contained in:
Renovate Bot 2025-06-22 00:14:56 +00:00
parent 9966598b33
commit 30947a0cf8
2 changed files with 14 additions and 3 deletions

View file

@ -12,7 +12,7 @@ panic = "abort"
[dependencies]
clap = { version = "4.4.7", features = ["cargo"] }
console = "0.15.7"
json-patch = "1.2.0"
json-patch = "4.0.0"
regex = "1.10.2"
serde = "1.0.190"
serde_json = "1.0.108"