chore(deps): update rust crate tokio to 1.19.1

This commit is contained in:
Renovate Bot 2022-06-05 12:18:16 +00:00 committed by renovate[bot]
parent 76fd438145
commit c9dd0be74c
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -1634,9 +1634,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.19.0"
version = "1.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f392c8f16bda3456c0b00c6de39cb100449b98de55ac41c6cdd2bfcf53a1245"
checksum = "95eec79ea28c00a365f539f1961e9278fbcaf81c0ff6aaf0e93c181352446948"
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.19.0", features = ["full"] }
tokio = { version = "1.19.1", 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.19.0", features = ["full"] }
tokio = { version = "1.19.1", features = ["full"] }