Update dependencies

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/42/head
trivernis 2 years ago
parent b53c2f6c39
commit 87a3abe213
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -21,16 +21,16 @@ harness = false
[dependencies]
thiserror = "1.0.30"
tracing = "0.1.32"
tracing = "0.1.34"
lazy_static = "1.4.0"
byteorder = "1.4.3"
async-trait = "0.1.52"
async-trait = "0.1.53"
num_enum = "0.5.7"
futures-core = "0.3.21"
trait-bound-typemap = "0.3.3"
bytes = "1.1.0"
dashmap = "5.2.0"
rmp-serde = { version = "1.0.0", optional = true }
rmp-serde = { version = "1.1.0", optional = true }
bincode = { version = "1.3.3", optional = true }
serde_json = { version = "1.0.79", optional = true }
chacha20poly1305 = { version = "0.9.0", optional = true }
@ -54,10 +54,10 @@ optional = true
features = ["alloc"]
[dev-dependencies]
rmp-serde = "1.0.0"
crossbeam-utils = "0.8.7"
rmp-serde = "1.1.0"
crossbeam-utils = "0.8.8"
futures = "0.3.21"
tracing-subscriber = "0.3.9"
tracing-subscriber = "0.3.11"
port_check = "0.1.5"
[dev-dependencies.serde]

Loading…
Cancel
Save