build(deps): bump tokio from 1.29.1 to 1.30.0

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.29.1 to 1.30.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.29.1...tokio-1.30.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-08-09 20:02:34 +00:00
committed by Quentin Gliech
parent 6592d89191
commit b843d596e6
15 changed files with 33 additions and 24 deletions

View File

@@ -10,5 +10,5 @@ anyhow = "1.0.71"
serde = { version = "1.0.183", features = ["derive"] }
async-trait = "0.1.72"
http = "0.2.9"
tokio = { version = "1.28.2", features = ["sync", "macros", "rt"] }
tokio = { version = "1.30.0", features = ["sync", "macros", "rt"] }
url = "2.4.0"