From 77beb1cac73d356a085396d20f172568db3c6346 Mon Sep 17 00:00:00 2001 From: Nora Widdecke Date: Wed, 1 Dec 2021 13:26:59 +0100 Subject: Update tokio to 1.13.1. - tokio 1.12 has RUSTSEC-2021-0124. --- ffi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffi') diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index 2ec84e6e..62a7d918 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -31,7 +31,7 @@ lazy_static = "1.4.0" libc = "0.2.66" memsec = { version = ">=0.5", default-features = false } native-tls = "0.2.0" -tokio = { version = "1", features = ["rt", "time"] } +tokio = { version = "1.13.1", features = ["rt", "time"] } [dev-dependencies] filetime = "0.2" -- cgit v1.2.3