Bump tokio from 1.21.1 to 1.23.1 (#78)

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

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

Signed-off-by: dependabot[bot] <support@github.com>

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-01-11 10:49:32 +00:00
committed by GitHub
parent 687c3f21ec
commit 85a064ea5b
4 changed files with 71 additions and 15 deletions

2
api/rust/Cargo.toml vendored
View File

@ -22,7 +22,7 @@ hex = "0.4"
rand = "0.8"
tonic = { version = "0.8", features = ["codegen", "prost"], default-features = false }
tokio = { version = "1.21", features = ["macros"], optional = true }
tokio = { version = "1.23", features = ["macros"], optional = true }
serde = { version = "1.0" }
[build-dependencies]