diff --git a/Cargo.lock b/Cargo.lock index 1c6e8db6..b8857725 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1332,9 +1332,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.32.0" +version = "1.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" +checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" dependencies = [ "backtrace", "pin-project-lite", diff --git a/odbc-api/Cargo.toml b/odbc-api/Cargo.toml index 73eaf8c9..60641e48 100644 --- a/odbc-api/Cargo.toml +++ b/odbc-api/Cargo.toml @@ -82,7 +82,7 @@ csv = "1.3.0" test-case = "3.2.1" tempfile = "3.8.0" criterion = { version = "0.5.1", features = ["html_reports"] } -tokio = { version = "1.32.0", features = ["rt", "macros", "time"] } +tokio = { version = "1.33.0", features = ["rt", "macros", "time"] } stdext = "0.3.1" # Used for function_name macro to generate unique table names for tests