Update SQLCipher

This commit is contained in:
Justin Mazzocchi 2021-03-14 12:24:53 -07:00
parent 3d9ad3a5f5
commit 40324f4702
No known key found for this signature in database
GPG key ID: E223E6937AAFB01C
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ let package = Package(
targets: ["DB"])
],
dependencies: [
.package(name: "GRDB", url: "https://github.com/metabolist/GRDB.swift.git", .revision("d826b27")),
.package(name: "GRDB", url: "https://github.com/metabolist/GRDB.swift.git", .revision("7bef937")),
.package(path: "Mastodon"),
.package(path: "Secrets")
],

View file

@ -41,8 +41,8 @@
"package": "GRDB",
"repositoryURL": "https://github.com/metabolist/GRDB.swift.git",
"state": {
"branch": "d826b27",
"revision": "d826b270751a8963b487bfac1ef2ca2df67a77e4",
"branch": "7bef937",
"revision": "7bef937a4fcfa01b52eee2ad720b154027beda29",
"version": null
}
},