diff --git a/Package.swift b/Package.swift index 58e8b4f9..16cc9be2 100644 --- a/Package.swift +++ b/Package.swift @@ -20,7 +20,7 @@ let package = Package( ), ], dependencies: [ - .package(url: "https://github.com/onevcat/Kingfisher.git", from: "7.12.0"), + .package(url: "https://github.com/onevcat/Kingfisher.git", from: "8.0.1"), .package(url: "https://github.com/EnesKaraosman/SwiftUIEKtensions.git", from: "0.4.0"), .package(url: "https://github.com/dkk/WrappingHStack.git", from: "2.2.11") ],