Skip to content

Commit 7489ce0

Browse files
fix(deps): update tokio-prost monorepo to v0.12.4
1 parent bf68f91 commit 7489ce0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.12.4"
14+
prost-types = "0.12.4"
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)