Fix rare thread panic

This commit is contained in:
Mike Dilger 2026-04-27 09:50:45 +12:00
parent dac63f50f7
commit ec57b5746c
No known key found for this signature in database
GPG Key ID: 47581A78D4329BA4

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 = "43d35015f7caf1db48eb846a1d6916a5716048da" }
pocket-db = { git = "https://github.com/mikedilger/pocket", ref = "43d35015f7caf1db48eb846a1d6916a5716048da" }
pocket-types = { git = "https://github.com/mikedilger/pocket", ref = "329334f20948c796c6016b673b92551ac4855ad7" }
pocket-db = { git = "https://github.com/mikedilger/pocket", ref = "329334f20948c796c6016b673b92551ac4855ad7" }
parking_lot = "0.12"
rustls-pki-types = "1.11"
rustls-pemfile = "2.2"