@@ -6,32 +6,35 @@ license = "Apache-2.0"
66name = " graphannis-webservice"
77readme = " crate-info.md"
88repository = " https://github.com/korpling/graphANNIS"
9- version = " 3.4 .0"
9+ version = " 3.5 .0"
1010
1111[dependencies ]
1212actix-cors = " 0.6"
1313actix-files = " 0.6"
1414actix-web = " 4"
1515anyhow = " 1"
1616bcrypt = " 0.10"
17- clap = {version = " 2" , default-features = false }
18- config = {version = " 0.13" , default-features = false , features = [" toml" ]}
19- diesel = {version = " 2.0.4" , default-features = false , features = [" sqlite" , " r2d2" ]}
20- diesel_migrations = {version = " 2" , default-features = false }
17+ clap = { version = " 2" , default-features = false }
18+ config = { version = " 0.13" , default-features = false , features = [" toml" ] }
19+ diesel = { version = " 2.0.4" , default-features = false , features = [
20+ " sqlite" ,
21+ " r2d2" ,
22+ ] }
23+ diesel_migrations = { version = " 2" , default-features = false }
2124futures = " 0.3"
22- graphannis = {path = " ../graphannis/" , version = " ^3" }
23- graphannis-core = {path = " ../core/" , version = " ^3" }
25+ graphannis = { path = " ../graphannis/" , version = " ^3" }
26+ graphannis-core = { path = " ../core/" , version = " ^3" }
2427jsonwebtoken = " 7.2"
25- libsqlite3-sys = {version = " 0.26.0" , features = [" bundled" ]}
28+ libsqlite3-sys = { version = " 0.26.0" , features = [" bundled" ] }
2629log = " 0.4"
2730percent-encoding = " 2.1"
2831r2d2 = " 0.8"
29- serde = {version = " 1.0" , features = [" rc" ]}
32+ serde = { version = " 1.0" , features = [" rc" ] }
3033serde_derive = " 1.0"
3134simplelog = " 0.12"
3235tempfile = " 3"
3336thiserror = " 1"
34- uuid = {version = " 0.8" , features = [" v4" ]}
37+ uuid = { version = " 0.8" , features = [" v4" ] }
3538walkdir = " 2"
3639zip = " 0.6.4"
3740
0 commit comments