Skip to content

Commit 353d500

Browse files
authored
Merge pull request #39 from codesmon/cargo_test_compile_fix
2 parents d1e7cbb + cf13537 commit 353d500

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-kusto-data/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ keywords = ["sdk", "azure", "kusto", "azure-data-explorer"]
1313
categories = ["api-bindings"]
1414

1515
[dependencies]
16-
arrow-array = { version = "50.0.0", optional = true }
17-
arrow-schema = { version = "50.0.0", optional = true }
16+
arrow-array = { version = "55.0.0", optional = true }
17+
arrow-schema = { version = "55.0.0", optional = true }
1818
azure_core = { version = "0.19.0", features = [
1919
"enable_reqwest",
2020
"enable_reqwest_gzip",
@@ -41,7 +41,7 @@ derive_builder = "0.12"
4141
once_cell = "1"
4242

4343
[dev-dependencies]
44-
arrow = { version = "50.0.0", features = ["prettyprint"] }
44+
arrow = { version = "55.0.0", features = ["prettyprint"] }
4545
dotenv = "0.15.0"
4646
env_logger = "0.10.0"
4747
tokio = { version = "1.25.0", features = ["macros", "rt-multi-thread"] }

0 commit comments

Comments
 (0)