Bump prost-types from 0.11.8 to 0.11.9 (#31437)
* Bump prost-types from 0.11.8 to 0.11.9 Bumps [prost-types](https://github.com/tokio-rs/prost) from 0.11.8 to 0.11.9. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](https://github.com/tokio-rs/prost/compare/v0.11.8...v0.11.9) --- updated-dependencies: - dependency-name: prost-types dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
parent
66faf25559
commit
9b6cadc102
|
@ -3854,7 +3854,7 @@ dependencies = [
|
|||
"petgraph",
|
||||
"prettyplease",
|
||||
"prost 0.11.9",
|
||||
"prost-types 0.11.8",
|
||||
"prost-types 0.11.9",
|
||||
"regex",
|
||||
"syn 1.0.109",
|
||||
"tempfile",
|
||||
|
@ -3899,9 +3899,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "prost-types"
|
||||
version = "0.11.8"
|
||||
version = "0.11.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "379119666929a1afd7a043aa6cf96fa67a6dce9af60c88095a4686dbce4c9c88"
|
||||
checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"
|
||||
dependencies = [
|
||||
"prost 0.11.9",
|
||||
]
|
||||
|
@ -6920,7 +6920,7 @@ dependencies = [
|
|||
"log",
|
||||
"openssl",
|
||||
"prost 0.11.9",
|
||||
"prost-types 0.11.8",
|
||||
"prost-types 0.11.9",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"smpl_jwt",
|
||||
|
|
|
@ -253,7 +253,7 @@ pretty-hex = "0.3.0"
|
|||
proc-macro2 = "1.0.19"
|
||||
proptest = "1.1"
|
||||
prost = "0.11.9"
|
||||
prost-types = "0.11.8"
|
||||
prost-types = "0.11.9"
|
||||
protobuf-src = "1.1.0"
|
||||
qstring = "0.7.2"
|
||||
quinn = "0.9.3"
|
||||
|
|
|
@ -3550,7 +3550,7 @@ dependencies = [
|
|||
"petgraph",
|
||||
"prettyplease",
|
||||
"prost 0.11.9",
|
||||
"prost-types 0.11.8",
|
||||
"prost-types 0.11.9",
|
||||
"regex",
|
||||
"syn 1.0.109",
|
||||
"tempfile",
|
||||
|
@ -3595,9 +3595,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "prost-types"
|
||||
version = "0.11.8"
|
||||
version = "0.11.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "379119666929a1afd7a043aa6cf96fa67a6dce9af60c88095a4686dbce4c9c88"
|
||||
checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"
|
||||
dependencies = [
|
||||
"prost 0.11.9",
|
||||
]
|
||||
|
@ -6198,7 +6198,7 @@ dependencies = [
|
|||
"log",
|
||||
"openssl",
|
||||
"prost 0.11.9",
|
||||
"prost-types 0.11.8",
|
||||
"prost-types 0.11.9",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"smpl_jwt",
|
||||
|
|
Loading…
Reference in New Issue