deps: bump tokio from 1.28.2 to 1.29.1

Pull-Request: #4148.
This commit is contained in:
dependabot[bot]
2023-07-10 09:31:15 +00:00
committed by GitHub
parent 29c0fefaa2
commit 185cb4a2e3
13 changed files with 64 additions and 18 deletions

View File

@ -30,7 +30,7 @@ log = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
tokio = { version = "1.28.2", features = ["full"] }
tokio = { version = "1.29.1", features = ["full"] }
void = "1"
[dev-dependencies]