Skip to content

Commit

Permalink
chore: relax even more
Browse files Browse the repository at this point in the history
  • Loading branch information
roeap committed Apr 14, 2023
1 parent 00bbe39 commit 5856c8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-kusto-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ keywords = ["sdk", "azure", "kusto", "azure-data-explorer"]
categories = ["api-bindings"]

[dependencies]
arrow-array = { version = "36.0.0", optional = true }
arrow-schema = { version = "36.0.0", optional = true }
arrow-array = { version = "36", optional = true }
arrow-schema = { version = "36", optional = true }
azure_core = { version = "0.11.0", features = [
"enable_reqwest",
"enable_reqwest_gzip",
Expand All @@ -30,14 +30,14 @@ serde_with = { version = "2.2.0", features = ["json"] }
thiserror = "1.0.38"
hashbrown = { version = "0.13", features = ["serde"] }
regex = "1.7.1"
time = { version = "0.3.19", features = [
time = { version = "0.3", features = [
"serde",
"parsing",
"formatting",
"macros",
"serde-well-known",
] }
derive_builder = "0.12.0"
derive_builder = "0.12"
once_cell = "1"

[dev-dependencies]
Expand Down

0 comments on commit 5856c8b

Please sign in to comment.