diff --git a/Cargo.lock b/Cargo.lock index cb77384cb3711..879796a5ace21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5603,8 +5603,7 @@ dependencies = [ [[package]] name = "sqlparser" version = "0.54.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c66e3b7374ad4a6af849b08b3e7a6eda0edbd82f0fd59b57e22671bf16979899" +source = "git+https://github.com/alvindotai/datafusion-sqlparser-rs?branch=version0.54.0#0f087ab8744d11d3c9188028dce2c74f4f8bca63" dependencies = [ "log", "recursive", @@ -5614,8 +5613,7 @@ dependencies = [ [[package]] name = "sqlparser_derive" version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da5fc6819faabb412da764b99d3b713bb55083c11e7e0c00144d386cd6a1939c" +source = "git+https://github.com/alvindotai/datafusion-sqlparser-rs?branch=version0.54.0#0f087ab8744d11d3c9188028dce2c74f4f8bca63" dependencies = [ "proc-macro2", "quote", @@ -6049,9 +6047,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/common-runtime/Cargo.toml b/datafusion/common-runtime/Cargo.toml index a21c72cd9f839..81919ce9dba89 100644 --- a/datafusion/common-runtime/Cargo.toml +++ b/datafusion/common-runtime/Cargo.toml @@ -40,4 +40,4 @@ log = { workspace = true } tokio = { workspace = true } [dev-dependencies] -tokio = { version = "1.36", features = ["rt", "rt-multi-thread", "time"] } +tokio = { version = "1.43", features = ["rt", "rt-multi-thread", "time"] }