Skip to content

Commit

Permalink
Update tokio-prost monorepo to 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 49fda69 commit 942bc37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ repository = "https://github.com/itsbalamurali/rust-fhir"
license-file = "LICENSE"

[dependencies]
prost = { version = "0.11", features = ["prost-derive"] }
prost-types = "0.11"
prost = { version = "0.12.4", features = ["prost-derive"] }
prost-types = "0.12.4"
prost-wkt = "0.3.4"
prost-wkt-types = "0.3.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = { version = "0.4", features = ["serde"] }

[build-dependencies]
prost-build = { version = "0.11" }
prost-build = { version = "0.12.4" }
prost-wkt-build = "0.3.4"

0 comments on commit 942bc37

Please sign in to comment.