From b59c80617f518c795cb71f57321ee1b6ec5c2d5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 14:14:21 +0000 Subject: [PATCH] Bump tokio from 1.35.0 to 1.35.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.35.0 to 1.35.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.35.0...tokio-1.35.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- odbc-api/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e5f796c..7d25e12c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1443,9 +1443,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.35.0" +version = "1.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c" +checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" dependencies = [ "backtrace", "pin-project-lite", diff --git a/odbc-api/Cargo.toml b/odbc-api/Cargo.toml index 7c53b7cc..b79437f4 100644 --- a/odbc-api/Cargo.toml +++ b/odbc-api/Cargo.toml @@ -84,7 +84,7 @@ csv = "1.3.0" test-case = "3.3.1" tempfile = "3.8.1" criterion = { version = "0.5.1", features = ["html_reports"] } -tokio = { version = "1.35.0", features = ["rt", "macros", "time"] } +tokio = { version = "1.35.1", features = ["rt", "macros", "time"] } stdext = "0.3.1" # Used for function_name macro to generate unique table names for tests