chore(deps): 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:59:32 +00:00
committed by Damir Jelić
parent 4115975135
commit fc8cd2e7e5
22 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ test = false
[dependencies]
anyhow = "1"
tokio = { version = "1.23.1", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.15"
url = "2.2.2"