mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Update more deps
This commit is contained in:
parent
19448fbc84
commit
edc85a0f66
6 changed files with 90 additions and 134 deletions
|
|
@ -27,7 +27,7 @@ clap = { version = "4", features = ["derive"] }
|
|||
humanize-bytes = "1"
|
||||
indexmap = "2"
|
||||
indoc = "2"
|
||||
itertools = "0.12"
|
||||
itertools = "0.14"
|
||||
num-format = "0.4"
|
||||
nonblock = "0.2"
|
||||
once_cell = "1"
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ aquatic_toml_config.workspace = true
|
|||
ahash = "0.8"
|
||||
anyhow = "1"
|
||||
arc-swap = "1"
|
||||
duplicate = "1"
|
||||
duplicate = "2"
|
||||
git-testament = "0.2"
|
||||
hashbrown = "0.15"
|
||||
hex = "0.4"
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ serde = { version = "1", features = ["derive"] }
|
|||
signal-hook = { version = "0.3" }
|
||||
slotmap = "1"
|
||||
socket2 = { version = "0.5", features = ["all"] }
|
||||
thiserror = "1"
|
||||
thiserror = "2"
|
||||
|
||||
# metrics feature
|
||||
metrics = { version = "0.24", optional = true }
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ name = "aquatic_peer_id"
|
|||
default = ["quickcheck"]
|
||||
|
||||
[dependencies]
|
||||
compact_str = "0.7"
|
||||
compact_str = "0.8"
|
||||
hex = "0.4"
|
||||
regex = "1"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue