runk: Update tokio dependencies

- Bump tokio to 1.38.0 to fix the security vulnerability
https://rustsec.org/advisories/RUSTSEC-2024-0019

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2024-06-17 11:47:35 +01:00
parent adda401a8c
commit d2d35d2dcc
2 changed files with 584 additions and 106 deletions

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@ anyhow = "1.0.52"
slog = "2.7.0"
chrono = { version = "0.4.19", features = ["serde"] }
slog-async = "2.7.0"
tokio = { version = "1.28.1", features = ["full"] }
tokio = { version = "1.38.0", features = ["full"] }
serde = { version = "1.0.133", features = ["derive"] }
serde_json = "1.0.74"
users = "0.11.0"