Skip to content

Commit

Permalink
chore(deps): update dependency datatheorem/trustkit to from: "3.0.4"
Browse files Browse the repository at this point in the history
  • Loading branch information
Self-hosted Renovate Bot authored and cgrindel committed Mar 30, 2024
1 parent 38338cc commit a78adc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/objc_code/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/datatheorem/TrustKit.git",
"state" : {
"revision" : "5718ba8720b4dafc5360aebfbc9762e2d5f2615e",
"version" : "3.0.3"
"revision" : "2fb6ce731fd51f745f6cc3393462865b95c3df3c",
"version" : "3.0.4"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion examples/objc_code/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import PackageDescription
let package = Package(
name: "",
dependencies: [
.package(url: "https://github.com/datatheorem/TrustKit.git", from: "3.0.3"),
.package(url: "https://github.com/datatheorem/TrustKit.git", from: "3.0.4"),
]
)
4 changes: 2 additions & 2 deletions examples/objc_code/swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"name": "swiftpkg_trustkit",
"identity": "trustkit",
"remote": {
"commit": "5718ba8720b4dafc5360aebfbc9762e2d5f2615e",
"commit": "2fb6ce731fd51f745f6cc3393462865b95c3df3c",
"remote": "https://github.com/datatheorem/TrustKit.git",
"version": "3.0.3"
"version": "3.0.4"
}
}
]
Expand Down

0 comments on commit a78adc9

Please sign in to comment.