Skip to content

Commit

Permalink
chore(deps): bump the arrow group with 5 updates (#300)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 2314ffa commit 817ca8e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 22 deletions.
33 changes: 16 additions & 17 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ map = ["derive"]
uuid = ["dep:uuid"]

[dependencies]
arrow-array = { version = "53.3.0", default-features = false, optional = true }
arrow-buffer = { version = "53.1.0", default-features = false, optional = true }
arrow-schema = { version = "53.1.0", default-features = false, optional = true }
arrow-array = { version = "54.0.0", default-features = false, optional = true }
arrow-buffer = { version = "54.0.0", default-features = false, optional = true }
arrow-schema = { version = "54.0.0", default-features = false, optional = true }
chrono = { version = "0.4.39", default-features = false, optional = true }
narrow-derive = { path = "narrow-derive", version = "0.11.5", optional = true }
uuid = { version = "1.11.0", default-features = false, optional = true }

[dev-dependencies]
arrow-cast = { version = "53.3.0", default-features = false, features = [
arrow-cast = { version = "54.0.0", default-features = false, features = [
"prettyprint",
] }
bytes = "1.9.0"
Expand All @@ -63,7 +63,7 @@ criterion = { version = "0.5.1", default-features = false, features = [
] }
rand = { version = "0.8.5", default-features = false, features = ["small_rng"] }
rustversion = { version = "1.0.18", default-features = false }
parquet = { version = "53.3.0", default-features = false, features = ["arrow"] }
parquet = { version = "54.0.0", default-features = false, features = ["arrow"] }
uuid = { version = "1.11.0", default-features = false }
num-traits = { version = "0.2.19" }

Expand Down

0 comments on commit 817ca8e

Please sign in to comment.