chore: bump orc-rust to 0.2.4 (#1894)

chore: bump orc-rust to 0.2
This commit is contained in:
Weny Xu
2023-07-06 17:18:24 +09:00
committed by GitHub
parent 9153191819
commit dc085442d7
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@@ -6001,8 +6001,9 @@ checksum = "978aa494585d3ca4ad74929863093e87cac9790d81fe7aba2b3dc2890643a0fc"
[[package]]
name = "orc-rust"
version = "0.2.3"
source = "git+https://github.com/WenyXu/orc-rs.git?rev=0319acd32456e403c20f135cc012441a76852605#0319acd32456e403c20f135cc012441a76852605"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01773d11a950f7418e691899bd2917e393972188b961d381ee3ce1880ad02e32"
dependencies = [
"arrow",
"bytes",

View File

@@ -24,7 +24,7 @@ datafusion.workspace = true
derive_builder = "0.12"
futures.workspace = true
object-store = { path = "../../object-store" }
orc-rust = { git = "https://github.com/WenyXu/orc-rs.git", rev = "0319acd32456e403c20f135cc012441a76852605" }
orc-rust = "0.2"
regex = "1.7"
snafu.workspace = true
tokio.workspace = true