diff --git a/core/Cargo.toml b/core/Cargo.toml index 68bfbdec5d..fe74b3554f 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -71,12 +71,12 @@ itertools = "0.11.0" chrono = { version = "0.4", default-features = false, features = ["clock"] } chrono-tz = { version = "0.8" } paste = "1.0.14" -datafusion-common = { git = "https://github.com/apache/arrow-datafusion.git", tag = "39.0.0-rc1" } -datafusion = { default-features = false, git = "https://github.com/apache/arrow-datafusion.git", tag = "39.0.0-rc1", features = ["unicode_expressions", "crypto_expressions"] } -datafusion-functions = { git = "https://github.com/apache/arrow-datafusion.git", tag = "39.0.0-rc1", features = ["crypto_expressions"] } -datafusion-expr = { git = "https://github.com/apache/arrow-datafusion.git", tag = "39.0.0-rc1", default-features = false } -datafusion-physical-expr-common = { git = "https://github.com/apache/arrow-datafusion.git", tag = "39.0.0-rc1", default-features = false } -datafusion-physical-expr = { git = "https://github.com/apache/arrow-datafusion.git", tag = "39.0.0-rc1", default-features = false } +datafusion-common = { version = "39.0.0" } +datafusion = { default-features = false, version = "39.0.0", features = ["unicode_expressions", "crypto_expressions"] } +datafusion-functions = { version = "39.0.0", features = ["crypto_expressions"] } +datafusion-expr = { version = "39.0.0", default-features = false } +datafusion-physical-expr-common = { version = "39.0.0", default-features = false } +datafusion-physical-expr = { version = "39.0.0", default-features = false } unicode-segmentation = "^1.10.1" once_cell = "1.18.0" regex = "1.9.6"