Skip to content

Commit

Permalink
build(deps): bump prost-types from 0.12.3 to 0.12.4
Browse files Browse the repository at this point in the history
Bumps [prost-types](https://github.com/tokio-rs/prost) from 0.12.3 to 0.12.4.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.12.3...v0.12.4)

---
updated-dependencies:
- dependency-name: prost-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 32cd4ab commit 54d74b7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ futures-channel = "0.3.26"
futures-util = "0.3.26"
log = { version = "0.4.17", features = ["kv_unstable", "kv_unstable_serde"] }
prost = "0.12.4"
prost-types = "0.12.3"
prost-types = "0.12.4"
serde_json = "1.0.115"
serde = { version = "1.0.197", features = ["derive"] }
tokio = {version="1.36.0", features = ["full"]}
Expand Down
2 changes: 1 addition & 1 deletion protobuf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ path = "src/lib.rs"

[dependencies]
prost = "0.12.4"
prost-types = "0.12.3"
prost-types = "0.12.4"

[build-dependencies]
prost-build = "0.12.3"
2 changes: 1 addition & 1 deletion services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ goval = { package = "protobuf", path = "../protobuf"}
notify-debouncer-full = { version = "0.3.1", default-features = false }
portable-pty = "0.8.1"
prost = "0.12.4"
prost-types = "0.12.3"
prost-types = "0.12.4"
ropey = "1.6.0"
serde = "1.0.197"
serde_json = "1.0.115"
Expand Down

0 comments on commit 54d74b7

Please sign in to comment.