Update dependencies

This commit is contained in:
Mike Dilger 2024-09-10 08:51:23 +12:00
parent 043b72d093
commit cfeb8c03e8
2 changed files with 5 additions and 4 deletions

5
Cargo.lock generated
View File

@ -355,11 +355,12 @@ dependencies = [
[[package]]
name = "dashmap"
version = "5.5.3"
version = "6.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
dependencies = [
"cfg-if",
"crossbeam-utils",
"hashbrown",
"lock_api",
"once_cell",

View File

@ -9,7 +9,7 @@ edition = "2021"
[dependencies]
base64 = "0.22"
dashmap = "5.5"
dashmap = "6"
env_logger = "0.11"
futures = "0.3"
hex = "0.4"
@ -23,7 +23,7 @@ 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.3"
rustls-pki-types= "1.8"
rustls-pemfile = "2.1"
secp256k1 = { version = "0.29", features = [ "hashes", "global-context", "rand-std" ] }
serde = { version = "1.0", features = ["derive"] }