From 2d01c3ba196b10c49d2cef094b60af016a5abd4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 13:30:38 +0000 Subject: [PATCH] build(deps): Bump github.com/apple/swift-async-algorithms Bumps [github.com/apple/swift-async-algorithms](https://github.com/apple/swift-async-algorithms) from 0.1.0 to 1.0.3. - [Release notes](https://github.com/apple/swift-async-algorithms/releases) - [Commits](https://github.com/apple/swift-async-algorithms/compare/0.1.0...1.0.3) --- updated-dependencies: - dependency-name: github.com/apple/swift-async-algorithms dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index cc75005..1767fd6 100644 --- a/Package.resolved +++ b/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-async-algorithms", "state" : { - "revision" : "9cfed92b026c524674ed869a4ff2dcfdeedf8a2a", - "version" : "0.1.0" + "revision" : "4c3ea81f81f0a25d0470188459c6d4bf20cf2f97", + "version" : "1.0.3" } }, { diff --git a/Package.swift b/Package.swift index b8b83ee..1f18396 100644 --- a/Package.swift +++ b/Package.swift @@ -24,7 +24,7 @@ let package = Package( targets: ["MagicAsset"]), ], dependencies: [ - .package(url: "https://github.com/apple/swift-async-algorithms", from: "0.1.0"), + .package(url: "https://github.com/apple/swift-async-algorithms", from: "1.0.3"), .package(url: "https://github.com/chicio/ID3TagEditor", from: "4.5.0") ], targets: [