@@ -8,14 +8,14 @@ license = "AGPL-3.0-only"
88[dependencies ]
99drop = { git = " https://github.com/Distributed-EPFL/drop" }
1010sieve = { git = " https://github.com/Distributed-EPFL/sieve" }
11- bincode = " 1.3.3 "
11+ bincode = " 1"
1212chrono = { version = " 0.4" , features = [" serde" ] }
1313http = " 0.2"
1414prost = { version = " 0.9" , default-features = false }
1515serde = { version = " 1" , features = [" derive" ] }
1616snafu = " 0.6"
17- tonic = { version = " 0.6" , default-features = false , features = [" codegen" , " prost" ] }
1817tokio = { version = " 1" , features = [" macros" , " sync" , " time" ] }
18+ tonic = { version = " 0.6" , default-features = false , features = [" codegen" , " prost" ] }
1919
2020# cli
2121hex = { version = " 0.4" , features = [" serde" ], optional = true }
@@ -24,16 +24,16 @@ toml = { version = "0.5", optional = true }
2424
2525# client
2626serde_str = { version = " 0.1" , optional = true }
27- url = { version = " 2.2 " , optional = true }
27+ url = { version = " 2" , optional = true }
2828
2929# server
3030contagion = { git = " https://github.com/Distributed-EPFL/contagion" , optional = true }
31- futures = { version = " 0.3" , optional = true }
3231murmur = { git = " https://github.com/Distributed-EPFL/murmur" , optional = true }
33- num_cpus = { version = " 1.13" , optional = true }
32+ futures = { version = " 0.3" , optional = true }
33+ num_cpus = { version = " 1" , optional = true }
3434tonic-web = { version = " 0.2" , optional = true }
35- tracing = { version = " 0.1" , optional = true }
3635tracing-fmt = { version = " 0.1" , optional = true }
36+ tracing = { version = " 0.1" , optional = true }
3737
3838[target .'cfg(not(target_family = "wasm"))' .dependencies ]
3939tonic = { version = " 0.6" , default-features = false , features = [" transport" ] }
0 commit comments