diff --git a/Cargo.toml b/Cargo.toml index 55855d09d50e..cae2512b0c5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -149,7 +149,7 @@ rstest = "0.24.0" serde_json = "1" sqlparser = { version = "0.53.0", features = ["visitor"] } tempfile = "3" -tokio = { version = "1.36", features = ["macros", "rt", "sync"] } +tokio = { version = "1.43", features = ["macros", "rt", "sync"] } url = "2.5.4" [profile.release] diff --git a/datafusion-cli/Cargo.lock b/datafusion-cli/Cargo.lock index a5cf71426607..ca880f92b385 100644 --- a/datafusion-cli/Cargo.lock +++ b/datafusion-cli/Cargo.lock @@ -4032,9 +4032,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.43.0" +version = "1.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c" dependencies = [ "backtrace", "bytes", diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml index 7daa32562173..532495b8ca2b 100644 --- a/datafusion-cli/Cargo.toml +++ b/datafusion-cli/Cargo.toml @@ -60,7 +60,7 @@ parking_lot = { version = "0.12" } parquet = { version = "54.1.0", default-features = false } regex = "1.8" rustyline = "15.0" -tokio = { version = "1.24", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot", "signal"] } +tokio = { version = "1.43", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot", "signal"] } url = "2.5.4" [dev-dependencies]