Skip to content

Commit

Permalink
build(deps): bump prost from 0.12.3 to 0.12.4
Browse files Browse the repository at this point in the history
Bumps [prost](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
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent dcecd58 commit f74d993
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 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 @@ -33,7 +33,7 @@ tracing-subscriber = { version = "0.3.18", features = ["tracing-log"]}
futures-channel = "0.3.26"
futures-util = "0.3.26"
log = { version = "0.4.17", features = ["kv_unstable", "kv_unstable_serde"] }
prost = "0.12.3"
prost = "0.12.4"
prost-types = "0.12.3"
serde_json = "1.0.115"
serde = { version = "1.0.197", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion protobuf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "protobuf"
path = "src/lib.rs"

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

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

0 comments on commit f74d993

Please sign in to comment.