File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11[package ]
22authors = [
" David Pollak <[email protected] >" ]
3- edition = " 2018 "
3+ edition = " 2021 "
44homepage = " https://mesa-x.org/"
55license = " Apache-2.0"
66name = " mesax"
@@ -22,15 +22,15 @@ async-timer = "~0.7"
2222atomic-counter = " ~1"
2323im = {version = " ~15" , features = [" proptest" , " serde" ]}
2424lazy_static = " ~1.4"
25- nom = " ~6 "
26- nom_locate = " ~3 "
27- lexical-core = " 0.7.6 "
28- prost = " ~0.8 "
25+ lexical-core = " ~0.8 "
26+ nom = " ~7 "
27+ nom_locate = " ~4 "
28+ prost = " ~0.9 "
2929rand = " ~0.8"
3030serde = " ~1"
31- tokio = {version = " ~1.8 " , features = [" full" ]}
31+ tokio = {version = " ~1.13 " , features = [" full" ]}
3232tokio-stream = " ~0.1"
33- tonic = {version = " ~0.5 " , features = [" tls" ]}
33+ tonic = {version = " ~0.6 " , features = [" tls" ]}
3434
3535[build-dependencies ]
36- tonic-build = {version = " ~0.5 " , features = [" prost" ]}
36+ tonic-build = {version = " ~0.6 " , features = [" prost" ]}
You can’t perform that action at this time.
0 commit comments