From 1b0116d6d8498cf4ff17ed558117287bfa2e2f48 Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Fri, 11 Jul 2025 16:36:57 -0600 Subject: [PATCH] fix diffing algorithm --- json-patch | 2 +- json-ptr | 2 +- patch-db/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/json-patch b/json-patch index f4d1434..9981576 160000 --- a/json-patch +++ b/json-patch @@ -1 +1 @@ -Subproject commit f4d1434f16a279a2b79bf57e6480cfee6fb78991 +Subproject commit 9981576122e55b2f2bd276ed4a5eddbb1f012ff3 diff --git a/json-ptr b/json-ptr index 9c9f129..e776d89 160000 --- a/json-ptr +++ b/json-ptr @@ -1 +1 @@ -Subproject commit 9c9f12980a613ef6f62e732c459f2ebc17390fa5 +Subproject commit e776d8977e4bdf1d9bc9804b249a12841ee555d6 diff --git a/patch-db/Cargo.toml b/patch-db/Cargo.toml index 9ca66f6..5e4891b 100644 --- a/patch-db/Cargo.toml +++ b/patch-db/Cargo.toml @@ -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"