Skip to content

Commit 73f40fd

Browse files
fix(deps): update tokio-prost monorepo to 0.13.0
1 parent bf68f91 commit 73f40fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ hyper = { version = "0.14.28", features = ["full"] }
1010
tokio = { version = "1.36.0", features = ["full"] }
1111
tonic = "0.11.0"
1212
tonic-reflection = "0.11.0"
13-
prost = "0.12.3"
14-
prost-types = "0.12.3"
13+
prost = "0.13.0"
14+
prost-types = "0.13.0"
1515
tower = "0.4.13"
1616
hyper-util = { version = "0.1.3", features = ["tokio"] }
1717
http-body-util = "0.1.0"

0 commit comments

Comments
 (0)