mirror of
https://github.com/mikedilger/chorus.git
synced 2026-05-03 06:51:42 +00:00
Update dependencies
This commit is contained in:
parent
043b72d093
commit
cfeb8c03e8
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -355,11 +355,12 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dashmap"
|
name = "dashmap"
|
||||||
version = "5.5.3"
|
version = "6.1.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
|
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
|
"crossbeam-utils",
|
||||||
"hashbrown",
|
"hashbrown",
|
||||||
"lock_api",
|
"lock_api",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
|
|||||||
@ -9,7 +9,7 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
base64 = "0.22"
|
base64 = "0.22"
|
||||||
dashmap = "5.5"
|
dashmap = "6"
|
||||||
env_logger = "0.11"
|
env_logger = "0.11"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
@ -23,7 +23,7 @@ log = "0.4"
|
|||||||
pocket-types = { git = "https://github.com/mikedilger/pocket", branch = "master" }
|
pocket-types = { git = "https://github.com/mikedilger/pocket", branch = "master" }
|
||||||
pocket-db = { git = "https://github.com/mikedilger/pocket", branch = "master" }
|
pocket-db = { git = "https://github.com/mikedilger/pocket", branch = "master" }
|
||||||
parking_lot = "0.12"
|
parking_lot = "0.12"
|
||||||
rustls-pki-types= "1.3"
|
rustls-pki-types= "1.8"
|
||||||
rustls-pemfile = "2.1"
|
rustls-pemfile = "2.1"
|
||||||
secp256k1 = { version = "0.29", features = [ "hashes", "global-context", "rand-std" ] }
|
secp256k1 = { version = "0.29", features = [ "hashes", "global-context", "rand-std" ] }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user