chore(deps): update rust crate tokio to 1.18.0

This commit is contained in:
Renovate Bot 2022-04-27 20:31:36 +00:00 committed by renovate[bot]
parent a80617990c
commit 776462bdc7
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

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