Skip to content

Commit 76bf6f1

Browse files
Update tokio-prost monorepo to 0.12.4
1 parent b628eaf commit 76bf6f1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99
[dependencies]
1010
anyhow = "1"
1111
duct = "0.13"
12-
prost-build = "0.7"
12+
prost-build = "0.12.4"
1313
serde = { version = "1", features = ["derive"] }
1414
serde_json = "1"
1515
# tonic-build = { version = "0.4", default-features = false, features = ["transport", "rustfmt"] }

crates/proto/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ edition = "2018"
1010
async-trait = "0.1"
1111
bitflags = "1"
1212
lazy_static = "1"
13-
prost = "0.7"
14-
prost-types = "0.7"
13+
prost = "0.12.4"
14+
prost-types = "0.12.4"
1515
thiserror = "1"
1616
tonic = "0.4"
1717
tracing = "0.1"

0 commit comments

Comments
 (0)