bump deltalake dep version

This commit is contained in:
Qingping Hou 2021-03-12 18:02:37 -08:00 committed by QP Hou
parent edefae4310
commit ca88ced8b4
2 changed files with 204 additions and 215 deletions

414
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -15,11 +15,8 @@ arrow = { git = "https://github.com/houqp/arrow.git", rev = "f7cf15749f2df907994
parquet = { git = "https://github.com/houqp/arrow.git", rev = "f7cf15749f2df907994f48ef0bfbed3001bf145e" }
datafusion = { git = "https://github.com/houqp/arrow.git", rev = "f7cf15749f2df907994f48ef0bfbed3001bf145e" }
actix-web = { git = "https://github.com/actix/actix-web.git", rev = "b37669cb3b47eeb60c161ff12156d1c877af91a2" }
actix-http = { git = "https://github.com/actix/actix-web.git", rev = "b37669cb3b47eeb60c161ff12156d1c877af91a2" }
awc = { git = "https://github.com/actix/actix-web.git", rev = "b37669cb3b47eeb60c161ff12156d1c877af91a2" }
actix-cors = { git = "https://github.com/houqp/actix-extras.git", rev = "ab3bdb6a5924b6d881d204856199e7539e273d2f" }
deltalake = { git = "https://github.com/delta-io/delta-rs.git", rev = "f0bfb662eb8c08086d305894447e5bb46f2d3839" }
deltalake = { git = "https://github.com/delta-io/delta-rs.git", rev = "6c8dad8c8fcd5420710dea723541a6c69251be17" }
# arrow = { path = "/home/houqp/Documents/code/delta/arrow/rust/arrow" }
# parquet = { path = "/home/houqp/Documents/code/delta/arrow/rust/parquet" }