Update more deps

This commit is contained in:
Joakim Frostegård 2025-01-12 22:22:25 +01:00
parent 19448fbc84
commit edc85a0f66
6 changed files with 90 additions and 134 deletions

View file

@ -37,7 +37,7 @@ anyhow = "1"
arrayvec = "0.7"
blake3 = "1"
cfg-if = "1"
compact_str = "0.7"
compact_str = "0.8"
constant_time_eq = "0.3"
crossbeam-channel = "0.5"
crossbeam-utils = "0.8"
@ -47,7 +47,7 @@ hdrhistogram = "7"
hex = "0.4"
libc = "0.2"
log = "0.4"
mio = { version = "0.8", features = ["net", "os-poll"] }
mio = { version = "1", features = ["net", "os-poll"] }
num-format = "0.4"
parking_lot = "0.12"
rand = { version = "0.8", features = ["small_rng"] }