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"]) targets: ["DB"])
], ],
dependencies: [ 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: "Mastodon"),
.package(path: "Secrets") .package(path: "Secrets")
], ],

View file

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