mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 07:48:55 +00:00
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:
parent
adda401a8c
commit
d2d35d2dcc
688
src/tools/runk/Cargo.lock
generated
688
src/tools/runk/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -19,7 +19,7 @@ anyhow = "1.0.52"
|
|||||||
slog = "2.7.0"
|
slog = "2.7.0"
|
||||||
chrono = { version = "0.4.19", features = ["serde"] }
|
chrono = { version = "0.4.19", features = ["serde"] }
|
||||||
slog-async = "2.7.0"
|
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 = { version = "1.0.133", features = ["derive"] }
|
||||||
serde_json = "1.0.74"
|
serde_json = "1.0.74"
|
||||||
users = "0.11.0"
|
users = "0.11.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user