perf: ⚡ reduced memory consumption
This commit is contained in:
parent
8cad7658ea
commit
d375c9b564
8 changed files with 67 additions and 983 deletions
|
@ -8,6 +8,6 @@ members = [
|
|||
chrono = { version = "0.4.41", features = ["serde"] }
|
||||
# serde = { version = "1.0.219", features = ["derive"] }
|
||||
# serde_json = "1.0.140"
|
||||
tokio = { version = "1.45.0", features = ["full"] }
|
||||
s2n-quic = "1.58.0"
|
||||
tokio = { version = "1.45.1", default-features = false, features = ["io-util"] }
|
||||
s2n-quic = "1.59.0"
|
||||
bincode = "2.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue