From a830c31dde16993c768698804ee1a8096aa88833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 18:31:00 +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 a06f54aaa..9e7da7e0e 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 7ad1c1430..8646214f3 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}