mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Update to hashbrown v0.15
This commit is contained in:
parent
86ff9cd577
commit
ea06ffd513
6 changed files with 22 additions and 11 deletions
|
|
@ -26,7 +26,7 @@ anyhow = "1"
|
|||
arc-swap = "1"
|
||||
duplicate = "1"
|
||||
git-testament = "0.2"
|
||||
hashbrown = "0.14"
|
||||
hashbrown = "0.15"
|
||||
hex = "0.4"
|
||||
indexmap = "2"
|
||||
libc = "0.2"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ anyhow = "1"
|
|||
futures = "0.3"
|
||||
futures-lite = "1"
|
||||
futures-rustls = "0.26"
|
||||
hashbrown = "0.14"
|
||||
hashbrown = "0.15"
|
||||
glommio = "0.9"
|
||||
log = "0.4"
|
||||
mimalloc = { version = "0.1", default-features = false }
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ constant_time_eq = "0.3"
|
|||
crossbeam-channel = "0.5"
|
||||
crossbeam-utils = "0.8"
|
||||
getrandom = "0.2"
|
||||
hashbrown = { version = "0.14", default-features = false }
|
||||
hashbrown = { version = "0.15", default-features = false }
|
||||
hdrhistogram = "7"
|
||||
hex = "0.4"
|
||||
libc = "0.2"
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ futures = "0.3"
|
|||
futures-lite = "1"
|
||||
futures-rustls = "0.26"
|
||||
glommio = "0.9"
|
||||
hashbrown = { version = "0.14", features = ["serde"] }
|
||||
hashbrown = { version = "0.15", features = ["serde"] }
|
||||
httparse = "1"
|
||||
indexmap = "2"
|
||||
log = "0.4"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ harness = false
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
hashbrown = { version = "0.14", features = ["serde"] }
|
||||
hashbrown = { version = "0.15", features = ["serde"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
simd-json = "0.13"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue