mirror of
https://github.com/mikedilger/chorus.git
synced 2026-08-01 07:21:39 +00:00
cargo update (with some version bumps)
This commit is contained in:
parent
181750cb90
commit
98c5b1fd94
557
Cargo.lock
generated
557
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
10
Cargo.toml
10
Cargo.toml
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user