Skip to content

Commit 9a21716

Browse files
authored
Merge pull request #8 from xmakro/main
Upgrade arrow dependencies
2 parents 460e225 + 6e977c4 commit 9a21716

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

snowflake-api/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snowflake-api"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
edition = "2021"
55
description = "Snowflake API bindings"
66
authors = ["Andrew Korzhuev <[email protected]>"]
@@ -22,10 +22,10 @@ serde_json = "1"
2222
serde = { version = "1", features = ["derive"] }
2323
url = "2"
2424
uuid = { version = "1", features = ["v4"] }
25-
arrow = "48"
25+
arrow = "49"
2626
base64 = "0.21"
2727
regex = "1"
28-
object_store = { version = "0.7", features = ["aws"] }
28+
object_store = { version = "0.8", features = ["aws"] }
2929
async-trait = "0.1"
3030
bytes = "1"
3131
futures = "0.3"
@@ -34,5 +34,5 @@ futures = "0.3"
3434
anyhow = "1"
3535
pretty_env_logger = "0.5"
3636
clap = { version = "4", features = ["derive"] }
37-
arrow = { version = "48", features = ["prettyprint"] }
37+
arrow = { version = "49", features = ["prettyprint"] }
3838
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }

0 commit comments

Comments
 (0)