Skip to content

Commit 942bc37

Browse files
Update tokio-prost monorepo to 0.12.4
1 parent 49fda69 commit 942bc37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ repository = "https://github.com/itsbalamurali/rust-fhir"
1010
license-file = "LICENSE"
1111

1212
[dependencies]
13-
prost = { version = "0.11", features = ["prost-derive"] }
14-
prost-types = "0.11"
13+
prost = { version = "0.12.4", features = ["prost-derive"] }
14+
prost-types = "0.12.4"
1515
prost-wkt = "0.3.4"
1616
prost-wkt-types = "0.3.3"
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = "1.0"
1919
chrono = { version = "0.4", features = ["serde"] }
2020

2121
[build-dependencies]
22-
prost-build = { version = "0.11" }
22+
prost-build = { version = "0.12.4" }
2323
prost-wkt-build = "0.3.4"

0 commit comments

Comments
 (0)