Skip to content

Commit

Permalink
Merge pull request #7 from xmakro/main
Browse files Browse the repository at this point in the history
Upgrade arrow to new version
  • Loading branch information
dmzmk authored Oct 23, 2023
2 parents c128f19 + 0540346 commit 460e225
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions snowflake-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snowflake-api"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
description = "Snowflake API bindings"
authors = ["Andrew Korzhuev <[email protected]>"]
Expand All @@ -21,8 +21,8 @@ log = "0.4"
serde_json = "1"
serde = { version = "1", features = ["derive"] }
url = "2"
uuid = { version = "1.4", features = ["v4"] }
arrow = "47"
uuid = { version = "1", features = ["v4"] }
arrow = "48"
base64 = "0.21"
regex = "1"
object_store = { version = "0.7", features = ["aws"] }
Expand All @@ -32,7 +32,7 @@ futures = "0.3"

[dev-dependencies]
anyhow = "1"
pretty_env_logger = "0.5.0"
pretty_env_logger = "0.5"
clap = { version = "4", features = ["derive"] }
arrow = { version = "47", features = ["prettyprint"] }
arrow = { version = "48", features = ["prettyprint"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }

0 comments on commit 460e225

Please sign in to comment.