Skip to content

Commit

Permalink
Merge pull request #4104 from gchq/dependabot/cargo/rust/arrow-53.4.0
Browse files Browse the repository at this point in the history
Bump arrow from 53.3.0 to 53.4.0 in /rust
  • Loading branch information
rtjd6554 authored Jan 20, 2025
2 parents 0c36cdb + 45d1db3 commit 545d9cd
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
56 changes: 28 additions & 28 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/compaction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ crate-type = ["cdylib", "rlib"]
cxx = { version = "1.0.136" } # Exception handling for Rust
libc = { version = "0.2.169" } # FFI type support
log = { version = "0.4.25" } # Logging support
arrow = { version = "53.3.0" } # Batch of reading from Parquet files
arrow = { version = "53.4.0" } # Batch of reading from Parquet files
futures = { version = "0.3.31" } # Async processing
async-trait = { version = "0.1.85" }
datafusion = { version = "44.0.0", features = ["backtrace"] }
Expand Down

0 comments on commit 545d9cd

Please sign in to comment.