From dc5501c53824b2974543c8abf449354a60eadb8e Mon Sep 17 00:00:00 2001 From: TCeason <33082201+TCeason@users.noreply.github.com> Date: Tue, 24 Sep 2024 21:02:05 +0800 Subject: [PATCH] chore(query): replace to datafuse-extras/dtparse (#16509) --- src/query/functions/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"