update pocket, smaller error variants

This commit is contained in:
Mike Dilger 2026-02-21 12:24:20 +13:00
parent 1f2c33d532
commit 4ff23fb2a6
No known key found for this signature in database
GPG Key ID: 47581A78D4329BA4
2 changed files with 5 additions and 4 deletions

5
Cargo.lock generated
View File

@ -1185,7 +1185,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pocket-db"
version = "0.1.0"
source = "git+https://github.com/mikedilger/pocket#9e6c234d55a6d4c8260a1ba45b3b4765f33582ee"
source = "git+https://github.com/mikedilger/pocket#43d35015f7caf1db48eb846a1d6916a5716048da"
dependencies = [
"heed",
"libc",
@ -1196,9 +1196,10 @@ dependencies = [
[[package]]
name = "pocket-types"
version = "0.1.0"
source = "git+https://github.com/mikedilger/pocket#9e6c234d55a6d4c8260a1ba45b3b4765f33582ee"
source = "git+https://github.com/mikedilger/pocket#43d35015f7caf1db48eb846a1d6916a5716048da"
dependencies = [
"derive_more",
"rand 0.9.2",
"secp256k1",
]

View File

@ -24,8 +24,8 @@ log = "0.4"
mime-sniffer = "0.1"
mime2ext = "0.1"
negentropy = "0.5"
pocket-types = { git = "https://github.com/mikedilger/pocket", ref = "1de83a9befeccffbd9f1b96b20dcd96dd623a4f3" }
pocket-db = { git = "https://github.com/mikedilger/pocket", ref = "1de83a9befeccffbd9f1b96b20dcd96dd623a4f3" }
pocket-types = { git = "https://github.com/mikedilger/pocket", ref = "43d35015f7caf1db48eb846a1d6916a5716048da" }
pocket-db = { git = "https://github.com/mikedilger/pocket", ref = "43d35015f7caf1db48eb846a1d6916a5716048da" }
parking_lot = "0.12"
rustls-pki-types = "1.11"
rustls-pemfile = "2.2"