build(deps): bump prost from 0.10.1 to 0.10.2 (#4321)
Bumps [prost](https://github.com/tokio-rs/prost) from 0.10.1 to 0.10.2. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](https://github.com/tokio-rs/prost/compare/v0.10.1...v0.10.2) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
322f68d81a
commit
89fe4d73fc
|
|
@ -3347,9 +3347,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "prost"
|
||||
version = "0.10.1"
|
||||
version = "0.10.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a07b0857a71a8cb765763950499cae2413c3f9cede1133478c43600d9e146890"
|
||||
checksum = "4c9e8715f12cd0fed93db938fdca5d5c65694fd662c30ee75a09ab156f445f51"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"prost-derive",
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ vergen = { version = "7.0.0", default-features = false, features = ["cargo", "gi
|
|||
abscissa_core = { version = "0.5", features = ["testing"] }
|
||||
hex = "0.4.3"
|
||||
once_cell = "1.10.0"
|
||||
prost = "0.10.1"
|
||||
prost = "0.10.2"
|
||||
regex = "1.5.5"
|
||||
reqwest = "0.11"
|
||||
semver = "1.0.9"
|
||||
|
|
|
|||
Loading…
Reference in New Issue