Skip to content

Commit

Permalink
chore(deps): Bump prost from 0.13.1 to 0.13.2
Browse files Browse the repository at this point in the history
Bumps [prost](https://github.com/tokio-rs/prost) from 0.13.1 to 0.13.2.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.13.1...v0.13.2)

---
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 and mchernicoff committed Sep 4, 2024
1 parent ffc73a6 commit 90c844f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ packageurl = "0.4.0"
paste = "1.0.7"
pathbuf = "1.0.0"
petgraph = { version = "0.6.0", features = ["serde-1"] }
prost = "0.13.1"
prost = "0.13.2"
rand = "0.8.5"
rayon = "1.10.0"
regex = "1.10.5"
Expand Down
2 changes: 1 addition & 1 deletion plugins/dummy_rand_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ anyhow = "1.0.86"
clap = { version = "4.5.16", features = ["derive"] }
futures = "0.3.30"
indexmap = "2.4.0"
prost = "0.13.1"
prost = "0.13.2"
rand = "0.8.5"
serde_json = "1.0.125"
tokio = { version = "1.39.2", features = ["rt"] }
Expand Down
2 changes: 1 addition & 1 deletion plugins/dummy_sha256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ anyhow = "1.0.86"
clap = { version = "4.5.16", features = ["derive"] }
indexmap = "2.4.0"
futures = "0.3.30"
prost = "0.13.1"
prost = "0.13.2"
rand = "0.8.5"
serde_json = "1.0.125"
sha2 = "0.10.8"
Expand Down

0 comments on commit 90c844f

Please sign in to comment.