Merge pull request #143 from greatest-ape/work-2023-07-30

Update dependencies
This commit is contained in:
Joakim Frostegård 2023-07-30 21:02:05 +02:00 committed by GitHub
commit 242fa29b8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 281 additions and 249 deletions

516
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -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"

View file

@ -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 }

View file

@ -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 }

View file

@ -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"

View file

@ -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 }

View file

@ -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"] }