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-08-07 01:51:55 +01:00
parent 98c26da514
commit 487567a216
4 changed files with 80 additions and 53 deletions

View File

@ -11,7 +11,7 @@ clap = { version = "4", features = ["derive"] }
env_logger.workspace = true
futures-util.workspace = true
log.workspace = true
reqwest = { version = "0.11", features = ["stream"] }
reqwest.workspace = true
tokio.workspace = true
tokio-stream = { version = "0.1.3", features = ["sync"] }
url = "2.2"