build: update cargo deps

This commit is contained in:
2022-12-22 20:22:28 +01:00
parent 60bc7c657a
commit 6f388ce310
9 changed files with 26 additions and 31 deletions

View File

@@ -9,7 +9,7 @@ crdt-enc = {path="../../crdt-enc"}
crdt-enc-tokio = {path="../../crdt-enc-tokio"}
crdt-enc-xchacha20poly1305 = {path="../../crdt-enc-xchacha20poly1305"}
crdt-enc-gpgme = {path="../../crdt-enc-gpgme"}
uuid = {version = "0.8", features = ["serde", "v4"]}
uuid = {version = "1", features = ["serde", "v4"]}
crdts = "7"
tokio = {version = "1", features = ["macros", "rt"]}
anyhow = "1"