diff --git a/Cargo.lock b/Cargo.lock index c174acca..4f81683d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1443,9 +1443,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.34.0" +version = "1.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9" +checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c" dependencies = [ "backtrace", "pin-project-lite", diff --git a/odbc-api/Cargo.toml b/odbc-api/Cargo.toml index 41d222d0..d8dea182 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.34.0", features = ["rt", "macros", "time"] } +tokio = { version = "1.35.0", features = ["rt", "macros", "time"] } stdext = "0.3.1" # Used for function_name macro to generate unique table names for tests