File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " spiceai"
3- version = " 1 .0.3 "
3+ version = " 2 .0.0 "
44edition = " 2021"
55description = " SDK for Spice.ai, an open-source runtime and platform for building AI-driven software."
66license = " Apache-2.0"
77
88[dependencies ]
99arrow-flight = { version = " 49.0.0" , features = [" flight-sql-experimental" ] }
10- bytes = " 1.5 .0"
11- prost = " 0.12.1 "
12- prost-types = " 0.12.1 "
13- rustls = " 0.21.7 "
14- tokio = " 1.32 .0"
10+ bytes = " 1.6 .0"
11+ prost = " 0.12.4 "
12+ prost-types = " 0.12.4 "
13+ rustls = " 0.23.5 "
14+ tokio = " 1.37 .0"
1515rustls-native-certs = " 0.6.3"
1616tonic = { version = " 0.10.0" , default-features = false , features = [
1717 " transport" ,
1818 " tls" ,
1919 " tls-roots" ,
2020] }
21- rustls-pemfile = " 1.0.3 "
22- reqwest = { version = " 0.11.21 " , features = [" json" ] }
21+ rustls-pemfile = " 1.0.4 "
22+ reqwest = { version = " 0.12.4 " , features = [" json" ] }
2323serde = { version = " 1.0" , features = [" derive" ] }
24- serde_json = " 1.0.107 "
25- chrono = { version = " 0.4.31 " , features = [" serde" ] }
24+ serde_json = " 1.0.116 "
25+ chrono = { version = " 0.4.38 " , features = [" serde" ] }
2626dotenv = " 0.15.0"
2727arrow = " 49.0.0"
28- futures = " 0.3.28 "
29- base64 = " 0.21.5 "
28+ futures = " 0.3.30 "
29+ base64 = " 0.22.0 "
You can’t perform that action at this time.
0 commit comments