build: update deps
This commit is contained in:
@@ -11,10 +11,10 @@ rmp-serde = "0.15"
|
||||
async-trait = "0.1"
|
||||
anyhow = "1"
|
||||
uuid = "0.8"
|
||||
crdts = "6.2"
|
||||
gpgme = "0.9"
|
||||
crdts = "7"
|
||||
gpgme = "0.10"
|
||||
dyn-clone = "1"
|
||||
phf = {version = "0.8", features = ["macros"]}
|
||||
phf = {version = "0.10", features = ["macros"]}
|
||||
|
||||
[dependencies.crdt-enc]
|
||||
path = "../crdt-enc"
|
||||
|
||||
@@ -5,7 +5,7 @@ authors = ["Thomas Heck <t@b128.net>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
crdts = "6.2"
|
||||
crdts = "7"
|
||||
serde = "1"
|
||||
async-trait = "=0.1.42" # https://github.com/dtolnay/async-trait/issues/144
|
||||
futures = "0.3"
|
||||
|
||||
@@ -5,7 +5,7 @@ authors = ["Thomas Heck <t@b128.net>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
crdts = "6.2"
|
||||
crdts = "7"
|
||||
rand = "0.8"
|
||||
anyhow = "1"
|
||||
serde = "1"
|
||||
|
||||
@@ -5,7 +5,7 @@ authors = ["Thomas Heck <t@b128.net>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
crdts = "6.2"
|
||||
crdts = "7"
|
||||
serde = "1"
|
||||
serde_bytes = "0.11"
|
||||
rmp-serde = "0.15"
|
||||
@@ -15,7 +15,7 @@ thiserror = "1"
|
||||
futures = "0.3"
|
||||
dyn-clone = "1"
|
||||
bytes = "1"
|
||||
phf = {version = "0.8", features = ["macros"]}
|
||||
phf = {version = "0.10", features = ["macros"]}
|
||||
|
||||
[dependencies.uuid]
|
||||
version = "0.8"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user