Dependency fixes

- Remove dependency on rusqlite 1.40.x from Cargo.lock.
- Actually bump `sequoia-openpgp` to 2.4.1.
This commit is contained in:
Malte Meiboom
2026-07-22 11:07:23 +02:00
parent c37f2ef956
commit ba0d4c9768
2 changed files with 208 additions and 149 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ sequoia-cert-store = "0.7.3"
sequoia-directories = "0.1.0"
sequoia-keystore = "0.7.2"
sequoia-net = "0.30.1"
sequoia-openpgp = "2.3.0"
sequoia-openpgp = "2.4.0"
sequoia-wot = "0.15.0"
serde = "1.0.228"
serde_derive = "1.0.228"