From 405136405d5909c77eb11c42d75c17d46a6e32f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 23:06:33 +0000 Subject: [PATCH] chore(cargo): bump tokio-util from 0.7.9 to 0.7.10 Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.9 to 0.7.10. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) --- updated-dependencies: - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- deltachat-rpc-server/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b8ae2c8af7..a471c3fd6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4939,9 +4939,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.9" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d" +checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index e717202657..1bb9c3f4e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ tokio = { version = "1", features = ["fs", "rt-multi-thread", "macros"] } tokio-io-timeout = "1.2.0" tokio-stream = { version = "0.1.14", features = ["fs"] } tokio-tar = { version = "0.3" } # TODO: integrate tokio into async-tar -tokio-util = "0.7.9" +tokio-util = "0.7.10" toml = "0.7" url = "2" uuid = { version = "1", features = ["serde", "v4"] } diff --git a/deltachat-rpc-server/Cargo.toml b/deltachat-rpc-server/Cargo.toml index d088dc614f..a94ea7639b 100644 --- a/deltachat-rpc-server/Cargo.toml +++ b/deltachat-rpc-server/Cargo.toml @@ -20,7 +20,7 @@ log = "0.4" serde_json = "1.0.105" serde = { version = "1.0", features = ["derive"] } tokio = { version = "1.32.0", features = ["io-std"] } -tokio-util = "0.7.9" +tokio-util = "0.7.10" yerpc = { version = "0.5.2", features = ["anyhow_expose", "openrpc"] } [features]