Skip to content

Commit a7e59cb

Browse files
chore(deps): bump arrow-schema from 56.2.0 to 58.0.0 (#24810)
* chore(deps): bump arrow-schema from 56.2.0 to 58.0.0 Bumps [arrow-schema](https://github.com/apache/arrow-rs) from 56.2.0 to 58.0.0. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs@56.2.0...58.0.0) --- updated-dependencies: - dependency-name: arrow-schema dependency-version: 58.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Upgrade arrow in Cargo.tomls + use workspace --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas <thomas.schneider@datadoghq.com>
1 parent c748d6f commit a7e59cb

File tree

3 files changed

+49
-40
lines changed

3 files changed

+49
-40
lines changed

Cargo.lock

Lines changed: 44 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ members = [
145145
[workspace.dependencies]
146146
anyhow = { version = "1.0.102", default-features = false, features = ["std"] }
147147
arc-swap = { version = "1.8.2", default-features = false }
148+
arrow = { version = "58", default-features = false, features = ["ipc"] }
149+
arrow-schema = { version = "58", default-features = false }
148150
async-stream = { version = "0.3.6", default-features = false }
149151
async-trait = { version = "0.1.89", default-features = false }
150152
base64 = { version = "0.22.1", default-features = false }
@@ -359,8 +361,8 @@ greptimedb-ingester = { git = "https://github.com/GreptimeTeam/greptimedb-ingest
359361
arc-swap = { workspace = true, default-features = false, optional = true }
360362
async-compression = { version = "0.4.27", default-features = false, features = ["tokio", "gzip", "zstd"], optional = true }
361363
apache-avro = { version = "0.16.0", default-features = false, optional = true }
362-
arrow = { version = "56.2.0", default-features = false, features = ["ipc"], optional = true }
363-
arrow-schema = { version = "56.2.0", default-features = false, optional = true }
364+
arrow = { workspace = true, optional = true }
365+
arrow-schema = { workspace = true, optional = true }
364366
axum = { version = "0.6.20", default-features = false }
365367
base64 = { workspace = true, optional = true }
366368
bloomy = { version = "1.2.0", default-features = false, optional = true }

lib/codecs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = "tests/bin/generate-avro-fixtures.rs"
1414

1515
[dependencies]
1616
apache-avro = { version = "0.20.0", default-features = false }
17-
arrow = { version = "56.2.0", default-features = false, features = ["ipc", "json"], optional = true }
17+
arrow = { workspace = true, features = ["json"], optional = true }
1818
async-trait.workspace = true
1919
bytes.workspace = true
2020
chrono.workspace = true

0 commit comments

Comments
 (0)