Update dependencies

main
trivernis 4 months ago
parent 87a3abe213
commit 1ae44a8053
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: 7E6D18B61C8D2F4B

862
Cargo.lock generated

File diff suppressed because it is too large Load Diff

@ -20,56 +20,56 @@ name = "deserialization_benchmark"
harness = false harness = false
[dependencies] [dependencies]
thiserror = "1.0.30" thiserror = "1.0.56"
tracing = "0.1.34" tracing = "0.1.40"
lazy_static = "1.4.0" lazy_static = "1.4.0"
byteorder = "1.4.3" byteorder = "1.5.0"
async-trait = "0.1.53" async-trait = "0.1.77"
num_enum = "0.5.7" num_enum = "0.7.2"
futures-core = "0.3.21" futures-core = "0.3.30"
trait-bound-typemap = "0.3.3" trait-bound-typemap = "0.3.3"
bytes = "1.1.0" bytes = "1.5.0"
dashmap = "5.2.0" dashmap = "5.5.3"
rmp-serde = { version = "1.1.0", optional = true } rmp-serde = { version = "1.1.2", optional = true }
bincode = { version = "1.3.3", optional = true } bincode = { version = "1.3.3", optional = true }
serde_json = { version = "1.0.79", optional = true } serde_json = { version = "1.0.113", optional = true }
chacha20poly1305 = { version = "0.9.0", optional = true } chacha20poly1305 = { version = "0.10.1", optional = true }
x25519-dalek = { version = "1.2.0", optional = true } x25519-dalek = { version = "2.0.0", optional = true }
rand = { version = "0.8.5", optional = true } rand = { version = "0.8.5", optional = true }
rand_core = { version = "0.6.3", optional = true } rand_core = { version = "0.6.4", optional = true }
sha2 = { version = "0.10.2", optional = true } sha2 = { version = "0.10.8", optional = true }
[dependencies.serde] [dependencies.serde]
optional = true optional = true
version = "1.0.136" version = "1.0.196"
features = [] features = []
[dependencies.tokio] [dependencies.tokio]
version = "1.17.0" version = "1.35.1"
features = ["net", "io-std", "io-util", "sync", "time", "macros", "rt"] features = ["net", "io-std", "io-util", "sync", "time", "macros", "rt"]
[dependencies.postcard] [dependencies.postcard]
version = "0.7.3" version = "1.0.8"
optional = true optional = true
features = ["alloc"] features = ["alloc"]
[dev-dependencies] [dev-dependencies]
rmp-serde = "1.1.0" rmp-serde = "1.1.2"
crossbeam-utils = "0.8.8" crossbeam-utils = "0.8.19"
futures = "0.3.21" futures = "0.3.30"
tracing-subscriber = "0.3.11" tracing-subscriber = "0.3.18"
port_check = "0.1.5" port_check = "0.1.5"
[dev-dependencies.serde] [dev-dependencies.serde]
version = "1.0.136" version = "1.0.196"
features = ["serde_derive"] features = ["serde_derive"]
[dev-dependencies.criterion] [dev-dependencies.criterion]
version = "0.3.5" version = "0.5.1"
features = ["async_tokio", "html_reports"] features = ["async_tokio", "html_reports"]
[dev-dependencies.tokio] [dev-dependencies.tokio]
version = "1.17.0" version = "1.35.1"
features = ["macros", "rt-multi-thread"] features = ["macros", "rt-multi-thread"]
[features] [features]

Loading…
Cancel
Save