mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
udp: replace dependency "chrono" with "time"
This commit is contained in:
parent
6197d120a6
commit
83987563ec
3 changed files with 28 additions and 5 deletions
|
|
@ -24,7 +24,6 @@ aquatic_udp_protocol = "0.1.0"
|
|||
|
||||
anyhow = "1"
|
||||
cfg-if = "1"
|
||||
chrono = "0.4"
|
||||
crossbeam-channel = "0.5"
|
||||
hex = "0.4"
|
||||
log = "0.4"
|
||||
|
|
@ -36,6 +35,7 @@ serde = { version = "1", features = ["derive"] }
|
|||
signal-hook = { version = "0.3" }
|
||||
slab = "0.4"
|
||||
socket2 = { version = "0.4", features = ["all"] }
|
||||
time = { version = "0.3", features = ["formatting"] }
|
||||
tinytemplate = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue