chore(deps): update rust crate tokio to 1.18.1

This commit is contained in:
Renovate Bot 2022-05-02 17:08:23 +00:00 committed by renovate[bot]
parent 61fbc4b253
commit 15c5a86cf1
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -1601,9 +1601,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.18.0"
version = "1.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f48b6d60512a392e34dbf7fd456249fd2de3c83669ab642e021903f4015185b"
checksum = "dce653fb475565de9f6fb0614b28bca8df2c430c0cf84bcd9c843f15de5414cc"
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.0", features = ["full"] }
tokio = { version = "1.18.1", features = ["full"] }
log = { version = "0.4.16", 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.0", features = ["full"] }
tokio = { version = "1.18.1", features = ["full"] }