File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " snowflake-api"
3
- version = " 0.3.2 "
3
+ version = " 0.4.0 "
4
4
edition = " 2021"
5
5
description = " Snowflake API bindings"
6
6
authors = [
" Andrew Korzhuev <[email protected] >" ]
@@ -22,10 +22,10 @@ serde_json = "1"
22
22
serde = { version = " 1" , features = [" derive" ] }
23
23
url = " 2"
24
24
uuid = { version = " 1" , features = [" v4" ] }
25
- arrow = " 48 "
25
+ arrow = " 49 "
26
26
base64 = " 0.21"
27
27
regex = " 1"
28
- object_store = { version = " 0.7 " , features = [" aws" ] }
28
+ object_store = { version = " 0.8 " , features = [" aws" ] }
29
29
async-trait = " 0.1"
30
30
bytes = " 1"
31
31
futures = " 0.3"
@@ -34,5 +34,5 @@ futures = "0.3"
34
34
anyhow = " 1"
35
35
pretty_env_logger = " 0.5"
36
36
clap = { version = " 4" , features = [" derive" ] }
37
- arrow = { version = " 48 " , features = [" prettyprint" ] }
37
+ arrow = { version = " 49 " , features = [" prettyprint" ] }
38
38
tokio = { version = " 1" , features = [" macros" , " rt-multi-thread" ] }
You can’t perform that action at this time.
0 commit comments