Bump tokio from 1.24.1 to 1.24.2

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.1 to 1.24.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-02-04 00:58:47 +00:00
committed by Dmitry Belyaev
parent 62a3dc80b8
commit 8fe5ff178d
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ flexi_logger = { version = "0.23.3", features = ["specfile_without_notification"
log = "0.4.17"
serde = { version = "1.0.145", features = ["derive"] }
serde_derive = "1.0.145"
tokio = { version = "1.24.1", features = ["io-std", "net", "rt-multi-thread", "macros"] }
tokio = { version = "1.24.2", features = ["io-std", "net", "rt-multi-thread", "macros"] }
tokio-stream = "0.1.11"
tokio-util = "0.7.4"
toml = "0.5.9"