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:
Peng Tao
2022-08-24 16:51:34 +08:00
parent 2b5dc2ad39
commit e0ec09039d
2 changed files with 239 additions and 262 deletions

View File

@@ -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" }