diff --git a/Package.swift b/Package.swift index 3edd6275..e377c5b1 100644 --- a/Package.swift +++ b/Package.swift @@ -35,7 +35,7 @@ let package = Package( .package(url: "https://github.com/apple/swift-async-algorithms.git", from: "1.0.2"), .package(url: "https://github.com/apple/swift-atomics.git", from: "1.0.0"), .package(url: "https://github.com/apple/swift-collections.git", from: "1.0.0"), - .package(url: "https://github.com/apple/swift-configuration.git", from: "1.0.0", traits: []), + .package(url: "https://github.com/apple/swift-configuration.git", from: "1.0.2", traits: []), .package(url: "https://github.com/apple/swift-distributed-tracing.git", from: "1.3.0"), .package(url: "https://github.com/apple/swift-http-types.git", from: "1.0.0"), .package(url: "https://github.com/apple/swift-log.git", from: "1.4.0"),