diff --git a/Package.swift b/Package.swift index a1047468..96b8474f 100644 --- a/Package.swift +++ b/Package.swift @@ -484,7 +484,7 @@ if useLocalDependencies { .package(url: "https://github.com/swiftlang/swift-driver.git", branch: "main"), .package(url: "https://github.com/apple/swift-system.git", .upToNextMajor(from: "1.5.0")), .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.3"), - .package(url: "https://github.com/swiftlang/swift-tools-protocols.git", .upToNextMinor(from: "0.0.9")), + .package(url: "https://github.com/swiftlang/swift-tools-protocols.git", .upToNextMinor(from: "0.0.10")), ] if !useLLBuildFramework { package.dependencies += [.package(url: "https://github.com/swiftlang/swift-llbuild.git", branch: "main"),]