Update Rust crate tokio to 1.28.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2023-05-10 10:26:54 +00:00
parent 2eb5b7cdba
commit 91334e038c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1857,9 +1857,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.28.0"
version = "1.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3c786bf8134e5a3a166db9b29ab8f48134739014a3eca7bc6bfa95d673b136f"
checksum = "0aa32867d44e6f2ce3385e89dceb990188b8bb0fb25b0cf576647a6f98ac5105"
dependencies = [
"autocfg",
"bytes",

View File

@ -17,7 +17,7 @@ members = [
[workspace.dependencies]
eyre = { version = "0.6.8" }
async-trait = "0.1.68"
tokio = { version = "1.28.0", features = ["full", "test-util"] }
tokio = { version = "1.28.1", features = ["full", "test-util"] }
tracing = { version = "0.1.37", features = ["log"] }
[dependencies]