Skip to content

Commit

Permalink
Merge pull request #8 from xmakro/main
Browse files Browse the repository at this point in the history
Upgrade arrow dependencies
  • Loading branch information
dmzmk authored Nov 14, 2023
2 parents 460e225 + 6e977c4 commit 9a21716
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.2"
version = "0.4.0"
edition = "2021"
description = "Snowflake API bindings"
authors = ["Andrew Korzhuev <[email protected]>"]
Expand All @@ -22,10 +22,10 @@ serde_json = "1"
serde = { version = "1", features = ["derive"] }
url = "2"
uuid = { version = "1", features = ["v4"] }
arrow = "48"
arrow = "49"
base64 = "0.21"
regex = "1"
object_store = { version = "0.7", features = ["aws"] }
object_store = { version = "0.8", features = ["aws"] }
async-trait = "0.1"
bytes = "1"
futures = "0.3"
Expand All @@ -34,5 +34,5 @@ futures = "0.3"
anyhow = "1"
pretty_env_logger = "0.5"
clap = { version = "4", features = ["derive"] }
arrow = { version = "48", features = ["prettyprint"] }
arrow = { version = "49", features = ["prettyprint"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }

0 comments on commit 9a21716

Please sign in to comment.