Skip to content

Commit 0a13959

Browse files
chore(deps): update dependency apple/swift-protobuf to from: "1.35.0" (#403)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5910935 commit 0a13959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let package = Package(
2626
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMajor(from: "3.15.1")),
2727
.package(url: "https://github.com/p-x9/MachOKit", .upToNextMajor(from: "0.46.1")),
2828
.package(url: "https://github.com/Kolos65/Mockable", .upToNextMajor(from: "0.6.1")),
29-
.package(url: "https://github.com/apple/swift-protobuf.git", .upToNextMajor(from: "1.29.0")),
29+
.package(url: "https://github.com/apple/swift-protobuf.git", .upToNextMajor(from: "1.35.0")),
3030
],
3131
targets: [
3232
.target(

0 commit comments

Comments
 (0)