Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
romanmazeev committed Feb 26, 2025
1 parent 259b744 commit 599f020
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "f1429daeefed15105d9ada5a1bf13797e9888c1e7a6ec51a743f3c0c2c757348",
"originHash" : "d496baa53815f398ff0f15f69a21489d438e1c26a25b08d755e812bb9de524fa",
"pins" : [
{
"identity" : "combine-schedulers",
Expand All @@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/romanmazeev/MRZParser.git",
"state" : {
"revision" : "0b66b55429d2a1501bdfa027fab7ccced103a12d",
"version" : "1.3.1"
"revision" : "a9fb511453b1675f58c0ea2ce331d6df90a3fd8c",
"version" : "1.3.2"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "f1429daeefed15105d9ada5a1bf13797e9888c1e7a6ec51a743f3c0c2c757348",
"originHash" : "d496baa53815f398ff0f15f69a21489d438e1c26a25b08d755e812bb9de524fa",
"pins" : [
{
"identity" : "combine-schedulers",
Expand All @@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/romanmazeev/MRZParser.git",
"state" : {
"revision" : "0b66b55429d2a1501bdfa027fab7ccced103a12d",
"version" : "1.3.1"
"revision" : "a9fb511453b1675f58c0ea2ce331d6df90a3fd8c",
"version" : "1.3.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/romanmazeev/MRZParser.git", from: "1.3.1"),
.package(url: "https://github.com/romanmazeev/MRZParser.git", from: "1.3.2"),
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.8.0"),
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.3.3")
],
Expand Down

0 comments on commit 599f020

Please sign in to comment.