1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

chore: update deps

This commit is contained in:
Rob Ede
2024-07-07 02:51:12 +01:00
parent dca1d50430
commit 697d2ec49d
12 changed files with 577 additions and 646 deletions

View File

@ -113,6 +113,7 @@ rustls = "0.23"
rustls-pemfile = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
time = "0.3"
tokio = { version = "1.24.2", features = ["sync", "io-util"] }
tokio-util = "0.7.4"
tokio-stream = "0.1.1"