From 27e094d118713f44d6641b88dc0dea965ed56507 Mon Sep 17 00:00:00 2001 From: Roy Date: Sun, 27 Oct 2024 23:21:44 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=9B[chore]:=20=20=20fix=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Package.resolved | 14 +++++++------- Package.swift | 2 +- .../AsyncMoya/Moya/Extension+MoyaProvider.swift | 1 - 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Package.resolved b/Package.resolved index 92c7614..3e26e7b 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,13 +1,13 @@ { - "originHash" : "5b5053fc79f1a6d1dd999e480b2a988cd81774d8634a1c8e511811d9d3fb404a", + "originHash" : "d4dbcdc98c271e4d76c48b6b41ead6d64617292a5d8ff2911584a3fe97386c50", "pins" : [ { "identity" : "alamofire", "kind" : "remoteSourceControl", "location" : "https://github.com/Alamofire/Alamofire.git", "state" : { - "revision" : "f455c2975872ccd2d9c81594c658af65716e9b9a", - "version" : "5.9.1" + "revision" : "e16d3481f5ed35f0472cb93350085853d754913f", + "version" : "5.10.1" } }, { @@ -24,8 +24,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/Roy-wonji/LogMacro.git", "state" : { - "revision" : "1c714e64f7b33e4f710a6d2349be123d8f4d286f", - "version" : "1.0.2" + "revision" : "3f1c1295a44358e82d60c26b7e4f5c4e2203cb15", + "version" : "1.0.5" } }, { @@ -51,8 +51,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/ReactiveX/RxSwift.git", "state" : { - "revision" : "b06a8c8596e4c3e8e7788e08e720e3248563ce6a", - "version" : "6.7.1" + "revision" : "c7c7d2cf50a3211fe2843f76869c698e4e417930", + "version" : "6.8.0" } }, { diff --git a/Package.swift b/Package.swift index 2f208c1..57d5f9c 100644 --- a/Package.swift +++ b/Package.swift @@ -14,7 +14,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/Moya/Moya.git", from: "15.0.3"), - .package(url: "https://github.com/Roy-wonji/LogMacro.git", from: "1.0.2"), + .package(url: "https://github.com/Roy-wonji/LogMacro.git", exact: "1.0.5"), .package(url: "https://github.com/baekteun/EventLimiter.git", from: "2.0.0") ], targets: [ diff --git a/Sources/AsyncMoya/Moya/Extension+MoyaProvider.swift b/Sources/AsyncMoya/Moya/Extension+MoyaProvider.swift index e75e9e3..4936899 100644 --- a/Sources/AsyncMoya/Moya/Extension+MoyaProvider.swift +++ b/Sources/AsyncMoya/Moya/Extension+MoyaProvider.swift @@ -11,7 +11,6 @@ import Combine import Moya import CombineMoya - import RxMoya import RxSwift