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

@@ -11,10 +11,10 @@ rmp-serde = "0.15"
async-trait = "0.1" async-trait = "0.1"
anyhow = "1" anyhow = "1"
uuid = "0.8" uuid = "0.8"
crdts = "6.2" crdts = "7"
gpgme = "0.9" gpgme = "0.10"
dyn-clone = "1" dyn-clone = "1"
phf = {version = "0.8", features = ["macros"]} phf = {version = "0.10", features = ["macros"]}
[dependencies.crdt-enc] [dependencies.crdt-enc]
path = "../crdt-enc" path = "../crdt-enc"

View File

@@ -5,7 +5,7 @@ authors = ["Thomas Heck <t@b128.net>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
crdts = "6.2" crdts = "7"
serde = "1" serde = "1"
async-trait = "=0.1.42" # https://github.com/dtolnay/async-trait/issues/144 async-trait = "=0.1.42" # https://github.com/dtolnay/async-trait/issues/144
futures = "0.3" futures = "0.3"

View File

@@ -5,7 +5,7 @@ authors = ["Thomas Heck <t@b128.net>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
crdts = "6.2" crdts = "7"
rand = "0.8" rand = "0.8"
anyhow = "1" anyhow = "1"
serde = "1" serde = "1"

View File

@@ -5,7 +5,7 @@ authors = ["Thomas Heck <t@b128.net>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
crdts = "6.2" crdts = "7"
serde = "1" serde = "1"
serde_bytes = "0.11" serde_bytes = "0.11"
rmp-serde = "0.15" rmp-serde = "0.15"
@@ -15,7 +15,7 @@ thiserror = "1"
futures = "0.3" futures = "0.3"
dyn-clone = "1" dyn-clone = "1"
bytes = "1" bytes = "1"
phf = {version = "0.8", features = ["macros"]} phf = {version = "0.10", features = ["macros"]}
[dependencies.uuid] [dependencies.uuid]
version = "0.8" version = "0.8"

View File

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