diff --git a/src/query/functions/Cargo.toml b/src/query/functions/Cargo.toml index c391da6c7a8a..a73469cd493f 100644 --- a/src/query/functions/Cargo.toml +++ b/src/query/functions/Cargo.toml @@ -28,7 +28,7 @@ databend-common-hashtable = { workspace = true } databend-common-io = { workspace = true } databend-common-openai = { workspace = true } databend-common-vector = { workspace = true } -dtparse = { git = "https://github.com/TCeason/dtparse.git", rev = "de0a15b" } +dtparse = { git = "https://github.com/datafuse-extras/dtparse.git", rev = "de0a15b" } ethnum = { workspace = true } geo = { workspace = true } geo-types = "0.7.13"