mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Merge pull request #143 from greatest-ape/work-2023-07-30
Update dependencies
This commit is contained in:
commit
242fa29b8f
7 changed files with 281 additions and 249 deletions
516
Cargo.lock
generated
516
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -23,9 +23,9 @@ anyhow = "1"
|
|||
arc-swap = "1"
|
||||
duplicate = "1"
|
||||
git-testament = "0.2"
|
||||
hashbrown = "0.13"
|
||||
hashbrown = "0.14"
|
||||
hex = "0.4"
|
||||
indexmap = "1"
|
||||
indexmap = "2"
|
||||
libc = "0.2"
|
||||
log = "0.4"
|
||||
privdrop = "0.5"
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ aquatic_toml_config.workspace = true
|
|||
anyhow = "1"
|
||||
futures-lite = "1"
|
||||
futures-rustls = "0.24"
|
||||
hashbrown = "0.13"
|
||||
hashbrown = "0.14"
|
||||
glommio = "0.8"
|
||||
log = "0.4"
|
||||
mimalloc = { version = "0.1", default-features = false }
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ compact_str = "0.7"
|
|||
constant_time_eq = "0.2"
|
||||
crossbeam-channel = "0.5"
|
||||
getrandom = "0.2"
|
||||
hashbrown = { version = "0.13", default-features = false }
|
||||
hashbrown = { version = "0.14", default-features = false }
|
||||
hdrhistogram = "7"
|
||||
hex = "0.4"
|
||||
io-uring = { version = "0.6", optional = true }
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ aquatic_toml_config.workspace = true
|
|||
aquatic_udp_protocol.workspace = true
|
||||
|
||||
anyhow = "1"
|
||||
hashbrown = "0.13"
|
||||
hashbrown = "0.14"
|
||||
mimalloc = { version = "0.1", default-features = false }
|
||||
mio = { version = "0.8", features = ["net", "os-poll"] }
|
||||
rand_distr = "0.4"
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ futures = "0.3"
|
|||
futures-lite = "1"
|
||||
futures-rustls = "0.24"
|
||||
glommio = "0.8"
|
||||
hashbrown = { version = "0.13", features = ["serde"] }
|
||||
hashbrown = { version = "0.14", features = ["serde"] }
|
||||
httparse = "1"
|
||||
log = "0.4"
|
||||
metrics = { version = "0.21", optional = true }
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ harness = false
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
hashbrown = { version = "0.13", features = ["serde"] }
|
||||
hashbrown = { version = "0.14", features = ["serde"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
simd-json = { version = "0.10", features = ["allow-non-simd"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue