chore(deps): update rust crate tokio to 1.18.2

This commit is contained in:
Renovate Bot 2022-05-10 00:22:14 +00:00 committed by renovate[bot]
parent 63d0c45f32
commit 50d9aa6798
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -1654,9 +1654,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.18.1"
version = "1.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dce653fb475565de9f6fb0614b28bca8df2c430c0cf84bcd9c843f15de5414cc"
checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"
dependencies = [
"bytes",
"libc",

View File

@ -16,7 +16,7 @@ path = "./src/main.rs"
[dependencies]
better-panic = "0.3.0"
simplelog = "0.12.0"
tokio = { version = "1.18.1", features = ["full"] }
tokio = { version = "1.18.2", features = ["full"] }
log = { version = "0.4.17", features = ["max_level_debug", "release_max_level_warn"] }
homedisk-database = { path = "../database" }
homedisk-server = { path = "../server" }

View File

@ -13,4 +13,4 @@ rust_utilities = { version = "0.2.0", features = ["sha"] }
homedisk-types = { path = "../types", features = ["database"] }
[dev-dependencies]
tokio = { version = "1.18.1", features = ["full"] }
tokio = { version = "1.18.2", features = ["full"] }