mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-17 22:34:25 +01:00
runtime-rs: update async-std dependency
So that we bump several indirect dependencies like crossbeam-channel, crossbeam-utils to bring in fixes to known security issues like CVE-2020-15254. Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
@@ -22,7 +22,7 @@ slog-scope = "4.4.0"
|
||||
tokio = { version = "1.8.0" }
|
||||
toml = "0.4.2"
|
||||
url = "2.1.1"
|
||||
async-std = "0.99.5"
|
||||
async-std = "1.12.0"
|
||||
|
||||
agent = { path = "../../agent" }
|
||||
common = { path = "../common" }
|
||||
|
||||
Reference in New Issue
Block a user