Update SQLCipher

This commit is contained in:
Justin Mazzocchi 2021-01-23 12:59:30 -08:00
parent 182bc5ce18
commit a7b2c849f9
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("bce80cb")),
.package(name: "GRDB", url: "https://github.com/metabolist/GRDB.swift.git", .revision("8e63c6d")),
.package(path: "Mastodon"),
.package(path: "Secrets")
],

View file

@ -14,8 +14,8 @@
"package": "GRDB",
"repositoryURL": "https://github.com/metabolist/GRDB.swift.git",
"state": {
"branch": "bce80cb",
"revision": "bce80cb918953a31183756d61d555f1f55828a99",
"branch": "8e63c6d",
"revision": "8e63c6dc223c768a855f1eb5d45380784117ada1",
"version": null
}
},