ok/jj
1
0
Fork 0
forked from mirrors/jj

cargo: bump prost-build from 0.11.6 to 0.11.7

Bumps [prost-build](https://github.com/tokio-rs/prost) from 0.11.6 to 0.11.7.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](https://github.com/tokio-rs/prost/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-23 16:01:46 +00:00 committed by github-actions[bot]
parent bd16e96693
commit 0224b52ffc
2 changed files with 5 additions and 6 deletions

9
Cargo.lock generated
View file

@ -1350,9 +1350,9 @@ dependencies = [
[[package]]
name = "prost-build"
version = "0.11.6"
version = "0.11.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3f8ad728fb08fe212df3c05169e940fbb6d9d16a877ddde14644a983ba2012e"
checksum = "a24be1d23b4552a012093e1b93697b73d644ae9590e3253d878d0e77d411b614"
dependencies = [
"bytes",
"heck",
@ -1385,11 +1385,10 @@ dependencies = [
[[package]]
name = "prost-types"
version = "0.11.6"
version = "0.11.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5e0526209433e96d83d750dd81a99118edbc55739e7e61a46764fd2ad537788"
checksum = "7de56acd5cc9642cac2a9518d4c8c53818905398fe42d33235859e0d542a7695"
dependencies = [
"bytes",
"prost",
]

View file

@ -5,4 +5,4 @@ edition = "2021"
publish = false
[dependencies]
prost-build = "0.11.6"
prost-build = "0.11.7"