From 36eb59b79efec614fb4f94ed925336e97881a2f7 Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Fri, 17 Jan 2025 15:53:59 -0700 Subject: [PATCH] update imbl-value --- 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 4f762cf..5bc3496 160000 --- a/json-patch +++ b/json-patch @@ -1 +1 @@ -Subproject commit 4f762cf7bc62fd84673314a1d2b0e93f4f4ca6a3 +Subproject commit 5bc34962ae70b4860c3390ff6f957d45cd2df4e4 diff --git a/json-ptr b/json-ptr index 6ebfd51..6d5ea5b 160000 --- a/json-ptr +++ b/json-ptr @@ -1 +1 @@ -Subproject commit 6ebfd5199a2019990405c9dcbb15e416f50dc1f0 +Subproject commit 6d5ea5b7248a1fb17779e44d4462b0251a2eee73 diff --git a/patch-db/Cargo.toml b/patch-db/Cargo.toml index eb8a80f..c8004e1 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 = "2" -imbl-value = { git = "https://github.com/Start9Labs/imbl-value.git" } +imbl-value = "0.1.2" json-patch = { path = "../json-patch" } json-ptr = { path = "../json-ptr" } lazy_static = "1.4.0"