From 157e0ad3a5d9f8ceab9f7b7179cad905e3dca2dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 23:20:53 +0000 Subject: [PATCH] build(rust): bump tokio-util from 0.6.10 to 0.7.10 Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.6.10 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-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- connectorx/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8abc57cc6..19fd23934 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1019,7 +1019,7 @@ dependencies = [ "thiserror", "tiberius", "tokio", - "tokio-util 0.6.10", + "tokio-util 0.7.10", "url", "urlencoding", "uuid 0.8.2", @@ -2217,7 +2217,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.5", + "socket2 0.4.10", "tokio", "tower-service", "tracing", diff --git a/connectorx/Cargo.toml b/connectorx/Cargo.toml index 43e3d6697..747723c4b 100644 --- a/connectorx/Cargo.toml +++ b/connectorx/Cargo.toml @@ -52,7 +52,7 @@ rust_decimal = {version = "1", features = ["db-postgres"], optional = true} rust_decimal_macros = {version = "1", optional = true} tiberius = {version = "0.5", features = ["rust_decimal", "chrono", "integrated-auth-gssapi"], optional = true} tokio = {version = "1", features = ["rt", "rt-multi-thread", "net"], optional = true} -tokio-util = {version = "0.6", optional = true} +tokio-util = {version = "0.7", optional = true} urlencoding = {version = "2.1", optional = true} uuid = {version = "0.8", optional = true} j4rs = {version = "0.15", optional = true}