Bump tokio from 1.28.0 to 1.28.1 (#2564)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-05-15 15:46:56 +00:00
committed by GitHub
parent d49154a9e3
commit 2037d9802c
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ criterion = { version = "0.4.0", features = [ "async_tokio" ] }
jsonrpsee = { version = "0.16.2", features = ["server"] }
rand = "0.8.5"
serde = { version = "1.0.163", features = ["derive"] }
tokio = { version = "1.28.0", features = ["macros"] }
tokio = { version = "1.28.1", features = ["macros"] }
tracing = "0.1.37"
url = "2.3.1"