diff --git a/Package.swift b/Package.swift index 3f261c5b..4b5c6e6e 100644 --- a/Package.swift +++ b/Package.swift @@ -162,7 +162,7 @@ var dependencies: [Package.Dependency] = [ .package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.8.0"), .package(url: "https://github.com/apple/swift-openapi-urlsession.git", from: "1.1.0"), .package(url: "https://github.com/FelixHerrmann/swift-package-list.git", from: "4.8.0"), - .package(url: "https://github.com/gonzalezreal/textual.git", .upToNextMinor(from: "0.3.1")), + .package(url: "https://github.com/gonzalezreal/textual.git", .upToNextMinor(from: "0.5.0")), .package(url: "https://github.com/ml-explore/mlx-swift.git", .upToNextMinor(from: "0.29.1")), .package(url: "https://github.com/ml-explore/mlx-swift-examples.git", from: "2.29.1"), .package(url: "https://github.com/huggingface/swift-transformers.git", from: "1.0.0"),