chore: remove unused dependency (#1587)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
Andrew Lamb 2021-05-31 10:22:11 -04:00 committed by GitHub
parent 162a808a8d
commit 73cedd2f88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -3693,7 +3693,6 @@ name = "server"
version = "0.1.0"
dependencies = [
"arrow",
"arrow-flight",
"arrow_util",
"async-trait",
"bytes",

View File

@ -7,7 +7,6 @@ edition = "2018"
[dependencies] # In alphabetical order
arrow = { version = "4.0", features = ["prettyprint"] }
arrow_util = { path = "../arrow_util" }
arrow-flight = "4.0"
async-trait = "0.1"
bytes = { version = "1.0" }
chrono = "0.4"