From 72cde2b141084a7bf833864b5da44af08d145a21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 16:42:08 +0000 Subject: [PATCH] Bump arrow-schema from 42.0.0 to 47.0.0 Bumps [arrow-schema](https://github.com/apache/arrow-rs) from 42.0.0 to 47.0.0. - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/commits) --- updated-dependencies: - dependency-name: arrow-schema dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 42 ++++++++++++++++++++++++------------------ dozer-types/Cargo.toml | 2 +- 2 files changed, 25 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba4a79503a..ea6f7ae28c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -497,7 +497,7 @@ dependencies = [ "arrow-json", "arrow-ord", "arrow-row", - "arrow-schema", + "arrow-schema 42.0.0", "arrow-select", "arrow-string", ] @@ -511,7 +511,7 @@ dependencies = [ "arrow-array", "arrow-buffer", "arrow-data", - "arrow-schema", + "arrow-schema 42.0.0", "chrono", "half 2.3.1", "num", @@ -526,7 +526,7 @@ dependencies = [ "ahash 0.8.3", "arrow-buffer", "arrow-data", - "arrow-schema", + "arrow-schema 42.0.0", "chrono", "chrono-tz", "half 2.3.1", @@ -553,7 +553,7 @@ dependencies = [ "arrow-array", "arrow-buffer", "arrow-data", - "arrow-schema", + "arrow-schema 42.0.0", "arrow-select", "chrono", "comfy-table", @@ -572,7 +572,7 @@ dependencies = [ "arrow-buffer", "arrow-cast", "arrow-data", - "arrow-schema", + "arrow-schema 42.0.0", "chrono", "csv", "csv-core", @@ -588,7 +588,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d9a83dad6a53d6907765106d3bc61d6d9d313cfe1751701b3ef0948e7283dc2" dependencies = [ "arrow-buffer", - "arrow-schema", + "arrow-schema 42.0.0", "half 2.3.1", "num", ] @@ -603,7 +603,7 @@ dependencies = [ "arrow-buffer", "arrow-cast", "arrow-data", - "arrow-schema", + "arrow-schema 42.0.0", "flatbuffers", ] @@ -617,7 +617,7 @@ dependencies = [ "arrow-buffer", "arrow-cast", "arrow-data", - "arrow-schema", + "arrow-schema 42.0.0", "chrono", "half 2.3.1", "indexmap 1.9.2", @@ -636,7 +636,7 @@ dependencies = [ "arrow-array", "arrow-buffer", "arrow-data", - "arrow-schema", + "arrow-schema 42.0.0", "arrow-select", "half 2.3.1", "num", @@ -652,7 +652,7 @@ dependencies = [ "arrow-array", "arrow-buffer", "arrow-data", - "arrow-schema", + "arrow-schema 42.0.0", "half 2.3.1", "hashbrown 0.14.0", ] @@ -662,6 +662,12 @@ name = "arrow-schema" version = "42.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba9ed245bd2d7d97ad1457cb281d4296e8b593588758b8fec6d67b2b2b0f2265" + +[[package]] +name = "arrow-schema" +version = "47.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d1d179c117b158853e0101bfbed5615e86fe97ee356b4af901f1c5001e1ce4b" dependencies = [ "serde", ] @@ -675,7 +681,7 @@ dependencies = [ "arrow-array", "arrow-buffer", "arrow-data", - "arrow-schema", + "arrow-schema 42.0.0", "num", ] @@ -688,7 +694,7 @@ dependencies = [ "arrow-array", "arrow-buffer", "arrow-data", - "arrow-schema", + "arrow-schema 42.0.0", "arrow-select", "regex", "regex-syntax 0.7.4", @@ -2272,7 +2278,7 @@ dependencies = [ "ahash 0.8.3", "arrow", "arrow-array", - "arrow-schema", + "arrow-schema 42.0.0", "async-compression", "async-trait", "bytes", @@ -2388,7 +2394,7 @@ dependencies = [ "arrow", "arrow-array", "arrow-buffer", - "arrow-schema", + "arrow-schema 42.0.0", "blake2", "blake3", "chrono", @@ -2445,7 +2451,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49cab87e4933a452e0b7b3f0cbd0e760daf7d33fb54d09d70d3ffba229eaa652" dependencies = [ "arrow", - "arrow-schema", + "arrow-schema 42.0.0", "datafusion-common", "datafusion-expr", "log", @@ -2464,7 +2470,7 @@ dependencies = [ "arrow-cast", "arrow-ord", "arrow-row", - "arrow-schema", + "arrow-schema 42.0.0", "arrow-select", "async-trait", "bytes", @@ -2915,7 +2921,7 @@ dependencies = [ "ahash 0.8.3", "arbitrary", "arrow", - "arrow-schema", + "arrow-schema 47.0.0", "bincode", "bytes", "chrono", @@ -5705,7 +5711,7 @@ dependencies = [ "arrow-cast", "arrow-data", "arrow-ipc", - "arrow-schema", + "arrow-schema 42.0.0", "arrow-select", "base64 0.21.0", "brotli", diff --git a/dozer-types/Cargo.toml b/dozer-types/Cargo.toml index 6be2ea21af..dae1bd2fc9 100644 --- a/dozer-types/Cargo.toml +++ b/dozer-types/Cargo.toml @@ -29,7 +29,7 @@ tonic = { version = "0.10.0" } prost-types = "0.12.0" prost = "0.12.0" arrow = { version = "42.0.0" } -arrow-schema = { version = "42.0.0", features = ["serde"] } +arrow-schema = { version = "47.0.0", features = ["serde"] } tokio-postgres = { version = "0.7.7", features = [ "with-chrono-0_4", "with-geo-types-0_7",