Skip to content

Commit

Permalink
chore(deps): update prost-wkt-types requirement from 0.4 to 0.5
Browse files Browse the repository at this point in the history
Updates the requirements on [prost-wkt-types](https://github.com/fdeantoni/prost-wkt) to permit the latest version.
- [Release notes](https://github.com/fdeantoni/prost-wkt/releases)
- [Commits](fdeantoni/prost-wkt@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: prost-wkt-types
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent e1d4382 commit 5098019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ prost = "0.11.9"
prost-types = "0.11.9"
tokio = { version = "1.29.1", features = ["rt-multi-thread", "macros"] }
serde = { version = "1.0", features = ["derive"] }
prost-wkt-types = "0.4"
prost-wkt-types = "0.5"

[build-dependencies]
tonic-build = "0.9.2"

0 comments on commit 5098019

Please sign in to comment.