diff --git a/examples/objc_code/Package.swift b/examples/objc_code/Package.swift index d99c3a40f..119a2515b 100644 --- a/examples/objc_code/Package.swift +++ b/examples/objc_code/Package.swift @@ -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"), ] )