Skip to content

Commit 1c73be4

Browse files
cgrindel-self-hosted-renovate[bot]cgrindelmergify[bot]
authored
chore(deps): update dependency grpc/grpc-swift-nio-transport to v1.0.3 (#1572)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grpc/grpc-swift-nio-transport](https://redirect.github.com/grpc/grpc-swift-nio-transport) | patch | `1.0.2` -> `1.0.3` | --- ### Release Notes <details> <summary>grpc/grpc-swift-nio-transport (grpc/grpc-swift-nio-transport)</summary> ### [`v1.0.3`](https://redirect.github.com/grpc/grpc-swift-nio-transport/releases/tag/1.0.3) [Compare Source](https://redirect.github.com/grpc/grpc-swift-nio-transport/compare/1.0.2...1.0.3) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### SemVer Patch - Break timer retain cycle by [@&#8203;glbrntt](https://redirect.github.com/glbrntt) in [https://github.com/grpc/grpc-swift-nio-transport/pull/85](https://redirect.github.com/grpc/grpc-swift-nio-transport/pull/85) ##### Other Changes - Add static SDK CI workflow by [@&#8203;rnro](https://redirect.github.com/rnro) in [https://github.com/grpc/grpc-swift-nio-transport/pull/79](https://redirect.github.com/grpc/grpc-swift-nio-transport/pull/79) **Full Changelog**: grpc/grpc-swift-nio-transport@1.0.2...1.0.3 </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:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: Chuck Grindel <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 8e625f1 commit 1c73be4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/grpc_example/Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"kind" : "remoteSourceControl",
1515
"location" : "https://github.com/grpc/grpc-swift-nio-transport.git",
1616
"state" : {
17-
"revision" : "dac5f358f2ed36cc782f4c5476117398e62cb53c",
18-
"version" : "1.0.2"
17+
"revision" : "9bd1b5b5e31f3fae497e84c2806777899183679b",
18+
"version" : "1.0.3"
1919
}
2020
},
2121
{

examples/grpc_example/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
dependencies: [
88
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "2.1.2"),
99
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "1.1.0"),
10-
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "1.0.2"),
10+
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "1.0.3"),
1111
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.28.1"),
1212
]
1313
)

0 commit comments

Comments
 (0)