Skip to content

Commit a0afa31

Browse files
chore(deps): update dependency apple/swift-protobuf to v1.33.3 (#1899)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [apple/swift-protobuf](https://redirect.github.com/apple/swift-protobuf) | patch | `1.33.1` -> `1.33.3` | --- ### Release Notes <details> <summary>apple/swift-protobuf (apple/swift-protobuf)</summary> ### [`v1.33.3`](https://redirect.github.com/apple/swift-protobuf/releases/tag/1.33.3): Release [Compare Source](https://redirect.github.com/apple/swift-protobuf/compare/1.33.2...1.33.3) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### SemVer Patch - Ignore the abseil privacy manifest and bump the patch version by [@&#8203;FranzBusch](https://redirect.github.com/FranzBusch) in [https://github.com/apple/swift-protobuf/pull/1885](https://redirect.github.com/apple/swift-protobuf/pull/1885) **Full Changelog**: apple/swift-protobuf@1.33.2...1.33.3 ### [`v1.33.2`](https://redirect.github.com/apple/swift-protobuf/releases/tag/1.33.2): Release [Compare Source](https://redirect.github.com/apple/swift-protobuf/compare/1.33.1...1.33.2) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### SemVer Patch - Use the new warning control instead of `unsafeFlag`s by [@&#8203;FranzBusch](https://redirect.github.com/FranzBusch) in [https://github.com/apple/swift-protobuf/pull/1882](https://redirect.github.com/apple/swift-protobuf/pull/1882) - Update versions to 1.33.2 by [@&#8203;FranzBusch](https://redirect.github.com/FranzBusch) in [https://github.com/apple/swift-protobuf/pull/1883](https://redirect.github.com/apple/swift-protobuf/pull/1883) **Full Changelog**: apple/swift-protobuf@1.33.1...1.33.2 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiI0MS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
1 parent b3b81ad commit a0afa31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/grpc_example/Package.resolved

Lines changed: 2 additions & 2 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
@@ -8,6 +8,6 @@ let package = Package(
88
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "2.2.3"),
99
.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"),
11-
.package(url: "https://github.com/apple/swift-protobuf.git", exact: "1.33.1"),
11+
.package(url: "https://github.com/apple/swift-protobuf.git", exact: "1.33.3"),
1212
]
1313
)

0 commit comments

Comments
 (0)