cargo update (with some version bumps)

This commit is contained in:
Mike Dilger 2024-11-16 09:02:45 +13:00
parent 181750cb90
commit 98c5b1fd94
No known key found for this signature in database
GPG Key ID: 47581A78D4329BA4
2 changed files with 403 additions and 164 deletions

557
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -15,16 +15,16 @@ futures = "0.3"
hex = "0.4"
http = "1.1"
http-body-util = "0.1"
hyper = { version = "1.0.0", features = [ "http1", "server" ] }
hyper-tungstenite = "0.14"
hyper = { version = "1.5", features = [ "http1", "server" ] }
hyper-tungstenite = "0.15"
hyper-util = "0.1"
lazy_static = "1.4"
lazy_static = "1.5"
log = "0.4"
pocket-types = { git = "https://github.com/mikedilger/pocket", branch = "master" }
pocket-db = { git = "https://github.com/mikedilger/pocket", branch = "master" }
parking_lot = "0.12"
rustls-pki-types= "1.8"
rustls-pemfile = "2.1"
rustls-pki-types= "1.10"
rustls-pemfile = "2.2"
secp256k1 = { version = "0.29", features = [ "hashes", "global-context", "rand-std" ] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"