mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 10:21:53 +00:00
update refs
This commit is contained in:
@@ -10,10 +10,10 @@ edition = "2018"
|
|||||||
async-trait = "0.1.42"
|
async-trait = "0.1.42"
|
||||||
fd-lock-rs = "0.1.3"
|
fd-lock-rs = "0.1.3"
|
||||||
futures = "0.3.8"
|
futures = "0.3.8"
|
||||||
json-patch = { path = "../json-patch" }
|
json-patch = { path = "../../json-patch" }
|
||||||
json-ptr = { path = "../json-ptr" }
|
json-ptr = { path = "../../json-ptr" }
|
||||||
nix = "0.19.1"
|
nix = "0.19.1"
|
||||||
qutex-2 = { path = "../qutex" }
|
qutex-2 = { path = "../../qutex" }
|
||||||
serde = { version = "1.0.118", features = ["rc"] }
|
serde = { version = "1.0.118", features = ["rc"] }
|
||||||
serde_json = "1.0.61"
|
serde_json = "1.0.61"
|
||||||
serde_cbor = { git = "https://github.com/dr-bonez/cbor.git" }
|
serde_cbor = { git = "https://github.com/dr-bonez/cbor.git" }
|
||||||
|
|||||||
Reference in New Issue
Block a user