diff --git a/Cargo.lock b/Cargo.lock index c922851fad3f5..10b38dc3113ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9248,8 +9248,3 @@ dependencies = [ "cc", "libc", ] - -[[patch.unused]] -name = "arrow-format" -version = "0.7.0" -source = "git+https://github.com/datafuse-extras/arrow-format?rev=78dacc1#78dacc16a1f995756384686ca86d79995a11a089" diff --git a/Cargo.toml b/Cargo.toml index 278073ee14742..07f61507552a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -136,4 +136,3 @@ rpath = false # If there are dependencies that need patching, they can be listed below. # For example: # arrow-format = { git = "https://github.com/datafuse-extras/arrow-format", rev = "78dacc1" } -arrow-format = { git = "https://github.com/datafuse-extras/arrow-format", rev = "78dacc1" }