fix diffing algorithm

This commit is contained in:
Aiden McClelland
2025-07-11 16:36:57 -06:00
parent f2f7c3141b
commit 1b0116d6d8
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ async-trait = "0.1.42"
fd-lock-rs = "0.1.3"
futures = "0.3.8"
imbl = "4"
imbl-value = "0.2.0"
imbl-value = "0.3.0"
json-patch = { path = "../json-patch" }
json-ptr = { path = "../json-ptr" }
lazy_static = "1.4.0"