Skip to content

Commit 8b638bc

Browse files
committed
Updated dependencies
1 parent 821b8dd commit 8b638bc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
authors = ["David Pollak <[email protected]>"]
3-
edition = "2018"
3+
edition = "2021"
44
homepage = "https://mesa-x.org/"
55
license = "Apache-2.0"
66
name = "mesax"
@@ -22,15 +22,15 @@ async-timer = "~0.7"
2222
atomic-counter = "~1"
2323
im = {version = "~15", features = ["proptest", "serde"]}
2424
lazy_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"
2929
rand = "~0.8"
3030
serde = "~1"
31-
tokio = {version = "~1.8", features = ["full"]}
31+
tokio = {version = "~1.13", features = ["full"]}
3232
tokio-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"]}

0 commit comments

Comments
 (0)