mirror of
https://github.com/mikedilger/chorus.git
synced 2026-03-04 06:36:27 +00:00
cargo update
This commit is contained in:
parent
b68431bba0
commit
a1e52a2d07
1279
Cargo.lock
generated
1279
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user