Upgrade crates

This commit is contained in:
Mahmut Bulut 2020-07-21 00:39:31 +02:00
parent 285f7b2811
commit 02cbce4998
1 changed files with 15 additions and 15 deletions

View File

@ -12,31 +12,31 @@ edition = "2018"
license = "Apache-2.0/MIT"
[dependencies]
log = "0.4"
failure = "0.1.7"
failure_derive = "0.1.6"
log = "0.4.11"
failure = "0.1.8"
failure_derive = "0.1.8"
bastion-utils = "0.3.2"
cuneiform-fields = "0.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
uuid = { version = "0.8", features = ["serde", "v4"] }
chrono = { version = "0.4", features = ["serde"] }
cuneiform-fields = "0.1.0"
serde = { version = "1.0.114", features = ["derive"] }
serde_json = "1.0.56"
uuid = { version = "0.8.1", features = ["serde", "v4"] }
chrono = { version = "0.4.13", features = ["serde"] }
rand = "0.7.3"
mio = { version = "0.7.0-alpha.1", features = ["os-poll", "udp"] }
mio = { version = "0.7.0", features = ["os-poll", "udp"] }
futures = "0.3.5"
pin-utils = "0.1.0-alpha.4"
libp2p = { version = "0.18", features = ["mdns"] }
pin-utils = "0.1.0"
libp2p = { version = "0.22.0", features = ["mdns"] }
bastion-executor = "0.3.4"
lightproc = "0.3.4"
crossbeam-channel = "0.4.2"
kaos = "0.1.1-alpha.2"
[dev-dependencies]
bincode = "1.2.1"
clap = "2.33.0"
bincode = "1.3.1"
clap = "2.33.1"
pretty_env_logger = "0.4.0"
once_cell = "1.3.1"
criterion = "0.3.1"
once_cell = "1.4.0"
criterion = "0.3.3"
[[test]]
name = "chaos_tests"