Bump protobuf-src from 1.0.5+3.19.3 to 1.1.0+21.5 (#31287)

Bumps [protobuf-src](https://github.com/MaterializeInc/rust-protobuf-native) from 1.0.5+3.19.3 to 1.1.0+21.5.
- [Release notes](https://github.com/MaterializeInc/rust-protobuf-native/releases)
- [Changelog](https://github.com/MaterializeInc/rust-protobuf-native/blob/master/release.toml)
- [Commits](https://github.com/MaterializeInc/rust-protobuf-native/compare/protobuf-src-v1.0.5+3.19.3...protobuf-src-v1.1.0)

---
updated-dependencies:
- dependency-name: protobuf-src
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-20 14:18:19 -07:00 committed by GitHub
parent 1cdddfae6c
commit 32f3e1a895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -3917,9 +3917,9 @@ dependencies = [
[[package]]
name = "protobuf-src"
version = "1.0.5+3.19.3"
version = "1.1.0+21.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe57f68bf9767f48f8cbcbceb5da21524e2b1330a821c1c2502c447d8043f078"
checksum = "c7ac8852baeb3cc6fb83b93646fb93c0ffe5d14bf138c945ceb4b9948ee0e3c1"
dependencies = [
"autotools",
]

View File

@ -254,7 +254,7 @@ proc-macro2 = "1.0.19"
proptest = "1.1"
prost = "0.11.8"
prost-types = "0.11.8"
protobuf-src = "1.0.5"
protobuf-src = "1.1.0"
qstring = "0.7.2"
quinn = "0.9.3"
quinn-proto = "0.9.3"

View File

@ -3598,9 +3598,9 @@ dependencies = [
[[package]]
name = "protobuf-src"
version = "1.0.5+3.19.3"
version = "1.1.0+21.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe57f68bf9767f48f8cbcbceb5da21524e2b1330a821c1c2502c447d8043f078"
checksum = "c7ac8852baeb3cc6fb83b93646fb93c0ffe5d14bf138c945ceb4b9948ee0e3c1"
dependencies = [
"autotools",
]