Bump tokio from 1.23.1 to 1.24.2 (#97)

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.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
  update-type: version-update:semver-minor
...

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-23 09:49:56 +00:00 committed by GitHub
parent cdb92d6772
commit 25f1b224f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -3978,9 +3978,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.23.1"
version = "1.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38a54aca0c15d014013256222ba0ebed095673f89345dd79119d912eb561b7a8"
checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb"
dependencies = [
"autocfg",
"bytes",

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.23", features = ["macros"], optional = true }
tokio = { version = "1.24", features = ["macros"], optional = true }
serde = { version = "1.0" }
[build-dependencies]

View File

@ -16,7 +16,7 @@ rand = "0.8"
aes-kw = "0.2"
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }
chrono = { version = "0.4", features = ["serde"] }
tokio = { version = "1.23", features = ["macros" ] }
tokio = { version = "1.24", features = ["macros" ] }
# Development and testing
[dev-dependencies]

View File

@ -60,7 +60,7 @@ rdkafka = { version = "0.28", features = ["cmake-build"]}
tonic = "0.8"
tonic-web = "0.5"
tonic-reflection = "0.5"
tokio = { version = "1.23", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.24", features = ["macros", "rt-multi-thread"] }
tokio-stream = "0.1"
prost-types = "0.11"
prost = "0.11"