From 4dbff195d58f86da8ea9f42fd96dbc77b4a4ae78 Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Tue, 9 Mar 2021 12:01:14 -0700 Subject: [PATCH] update refs --- patch-db/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patch-db/Cargo.toml b/patch-db/Cargo.toml index a116870..4879aa4 100644 --- a/patch-db/Cargo.toml +++ b/patch-db/Cargo.toml @@ -10,10 +10,10 @@ edition = "2018" async-trait = "0.1.42" fd-lock-rs = "0.1.3" futures = "0.3.8" -json-patch = { path = "../json-patch" } -json-ptr = { path = "../json-ptr" } +json-patch = { path = "../../json-patch" } +json-ptr = { path = "../../json-ptr" } nix = "0.19.1" -qutex-2 = { path = "../qutex" } +qutex-2 = { path = "../../qutex" } serde = { version = "1.0.118", features = ["rc"] } serde_json = "1.0.61" serde_cbor = { git = "https://github.com/dr-bonez/cbor.git" }