Skip to content

Commit b579903

Browse files
chore(deps): update dependency grpc/grpc-swift-protobuf to v1.3.1 (#1691)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grpc/grpc-swift-protobuf](https://redirect.github.com/grpc/grpc-swift-protobuf) | patch | `1.3.0` -> `1.3.1` | --- ### Release Notes <details> <summary>grpc/grpc-swift-protobuf (grpc/grpc-swift-protobuf)</summary> ### [`v1.3.1`](https://redirect.github.com/grpc/grpc-swift-protobuf/releases/tag/1.3.1) [Compare Source](https://redirect.github.com/grpc/grpc-swift-protobuf/compare/1.3.0...1.3.1) <!-- Release notes generated using configuration in .github/release.yml at release/1.x --> #### What's Changed ##### SemVer Patch - Add deprecation warnings by [@&#8203;glbrntt](https://redirect.github.com/glbrntt) in [https://github.com/grpc/grpc-swift-protobuf/pull/72](https://redirect.github.com/grpc/grpc-swift-protobuf/pull/72) **Full Changelog**: grpc/grpc-swift-protobuf@1.3.0...1.3.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zLjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC4zLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 4d4200e commit b579903

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/grpc_example/Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/grpc_example/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let package = Package(
66
name: "grpc_example",
77
dependencies: [
88
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "2.2.3"),
9-
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "1.3.0"),
9+
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "1.3.1"),
1010
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "1.2.3"),
1111
.package(url: "https://github.com/apple/swift-protobuf.git", exact: "1.30.0"),
1212
]

0 commit comments

Comments
 (0)