From 741a2c6a9220b5b7822309ea4120618429b1fc89 Mon Sep 17 00:00:00 2001 From: kirahsapong <102400653+kirahsapong@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:48:24 -0700 Subject: [PATCH] Update Package.swift web5 dep (#92) * Update Package.swift web5 dep * bump tbdex spec * update web5 source * Uses web5 to 1.0.0 --------- Co-authored-by: Leo Ribeiro --- Package.swift | 2 +- Tests/tbDEXTestVectors/tbdex-spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index ddab746..3f05c38 100644 --- a/Package.swift +++ b/Package.swift @@ -16,7 +16,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/Frizlab/swift-typeid.git", from: "0.3.0"), .package(url: "https://github.com/flight-school/anycodable.git", from: "0.6.7"), - .package(url: "https://github.com/TBD54566975/web5-swift", exact: "0.1.2"), + .package(url: "https://github.com/TBD54566975/web5-swift", exact: "1.0.0"), .package(url: "https://github.com/allegro/swift-junit.git", from: "2.1.0"), .package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.1.2"), .package(url: "https://github.com/WeTransfer/Mocker.git", .upToNextMajor(from: "3.0.1")), diff --git a/Tests/tbDEXTestVectors/tbdex-spec b/Tests/tbDEXTestVectors/tbdex-spec index 6df3807..ad7610a 160000 --- a/Tests/tbDEXTestVectors/tbdex-spec +++ b/Tests/tbDEXTestVectors/tbdex-spec @@ -1 +1 @@ -Subproject commit 6df3807c0364289c59c3b76887402c1ac358ea2f +Subproject commit ad7610a0e6d65b8bd879ef9f4dec56a1eab9f2a2