cargo update

This commit is contained in:
Mike Dilger 2026-02-21 11:53:26 +13:00
parent b68431bba0
commit a1e52a2d07
No known key found for this signature in database
GPG Key ID: 47581A78D4329BA4
2 changed files with 648 additions and 639 deletions

1279
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@ edition = "2021"
[dependencies]
base64 = "0.22"
bitcoin_hashes = { version = "0.16", features = [ "bitcoin-io" ] }
bitcoin_hashes = "0.19"
dashmap = "6"
env_logger = "0.11"
futures = "0.3"
@ -24,12 +24,12 @@ log = "0.4"
mime-sniffer = "0.1"
mime2ext = "0.1"
negentropy = "0.5"
pocket-types = { git = "https://github.com/mikedilger/pocket", branch = "master" }
pocket-db = { git = "https://github.com/mikedilger/pocket", branch = "master" }
pocket-types = { git = "https://github.com/mikedilger/pocket", ref = "1de83a9befeccffbd9f1b96b20dcd96dd623a4f3" }
pocket-db = { git = "https://github.com/mikedilger/pocket", ref = "1de83a9befeccffbd9f1b96b20dcd96dd623a4f3" }
parking_lot = "0.12"
rustls-pki-types = "1.11"
rustls-pemfile = "2.2"
secp256k1 = { version = "0.30", features = [ "hashes", "global-context" ] }
secp256k1 = { version = "0.31", features = [ "hashes", "global-context" ] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
speedy = "0.8"