fix(deps): update rust crate tokio to 1.19.2

This commit is contained in:
Renovate Bot 2022-06-16 20:35:28 +00:00 committed by renovate[bot]
parent a4c355f789
commit 6b8d99bca2
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -297,9 +297,9 @@ checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
[[package]]
name = "tokio"
version = "1.19.1"
version = "1.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95eec79ea28c00a365f539f1961e9278fbcaf81c0ff6aaf0e93c181352446948"
checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"
dependencies = [
"num_cpus",
"once_cell",

View File

@ -13,4 +13,4 @@ clap = { version = "3.1.18", features = ["derive"] }
libloading = "0.7.3"
log = { version = "0.4.17", features = ["release_max_level_info", "max_level_trace"] }
simple_logger = { version = "2.1.0", default-features = false, features = ["colors"] }
tokio = { version = "1.19.1", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.19.2", features = ["rt-multi-thread", "macros"] }