Skip to content

Commit 323062b

Browse files
committed
update
1 parent a8bf018 commit 323062b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package.resolved

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/The-Igor/async-http-client.git",
77
"state" : {
8-
"revision" : "8be7d1c1f036350a8109b075052a71d3353ad366",
9-
"version" : "1.4.4"
8+
"revision" : "9a56240b21baff71f5399194a1f2af9ab8c4c076",
9+
"version" : "1.4.6"
1010
}
1111
},
1212
{
1313
"identity" : "retry-policy-service",
1414
"kind" : "remoteSourceControl",
1515
"location" : "https://github.com/The-Igor/retry-policy-service.git",
1616
"state" : {
17-
"revision" : "46ded002161a95c6b08ddd02c3f319891c773d14",
18-
"version" : "1.0.0"
17+
"revision" : "2a6a1f057fbf77337dfc73db98bd3d538127b3e2",
18+
"version" : "1.0.1"
1919
}
2020
}
2121
],

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
],
1515
dependencies: [
1616
// Dependencies declare other packages that this package depends on.
17-
.package(url: "https://github.com/The-Igor/async-http-client.git", from: "1.4.4")
17+
.package(url: "https://github.com/The-Igor/async-http-client.git", from: "1.4.6")
1818
],
1919
targets: [
2020
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)