chore: update lockfile

This commit is contained in:
Ryan Leckey
2021-02-12 12:34:16 -08:00
parent ae13a8d618
commit ca7e138b68
3 changed files with 14 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ _mock = ["conquer-once", "parking_lot", "crossbeam"]
[dependencies]
log = "0.4.11"
either = "1.6.1"
actix-rt = { version = "2.0.0-beta.2", optional = true }
actix-rt = { version = "2.0.2", optional = true }
_async-std = { version = "1.8", optional = true, package = "async-std" }
futures-util = { version = "0.3", optional = true, features = ["io"] }
_tokio = { version = "1.0", optional = true, package = "tokio", features = ["net", "io-util"] }