Skip to content

Commit

Permalink
feat: update to torusUtils 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ieow committed Sep 1, 2023
1 parent 1b2de26 commit 8f76791
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
"repositoryURL": "https://github.com/torusresearch/torus-utils-swift.git",
"state": {
"branch": null,
"revision": "c3b8fee6cdaf3ed9d14d4f85a32eb6b843d0d50e",
"version": "6.0.0"
"revision": "61b36686c2def5f2f40d8cb0d5bc3af34559c1d5",
"version": "6.0.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
targets: ["CustomAuth"])
],
dependencies: [
.package(name: "TorusUtils", url: "https://github.com/torusresearch/torus-utils-swift.git", from: "6.0.0"),
.package(name: "TorusUtils", url: "https://github.com/torusresearch/torus-utils-swift.git", from: "6.0.1"),
.package(name: "jwt-kit", url: "https://github.com/vapor/jwt-kit.git", from: "4.13.0"),
.package(name: "JWTDecode", url: "https://github.com/auth0/JWTDecode.swift.git", from: "3.1.0")
],
Expand Down

0 comments on commit 8f76791

Please sign in to comment.