build: update deps

This commit is contained in:
2021-08-25 17:00:47 +02:00
parent de810ebd21
commit 60bc7c657a
5 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ 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"]}
crdts = "6.2"
crdts = "7"
tokio = {version = "1", features = ["macros", "rt"]}
anyhow = "1"
futures = "0.3"