From 684841a18c90029df404e02fed7509bb0571053a Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 16 Sep 2022 19:11:30 -0400 Subject: upgrade deps (#15914) --- ext/flash/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/flash') diff --git a/ext/flash/Cargo.toml b/ext/flash/Cargo.toml index 353cb6b35..bc0a8dd14 100644 --- a/ext/flash/Cargo.toml +++ b/ext/flash/Cargo.toml @@ -24,6 +24,6 @@ libc = "0.2" log = "0.4.17" mio = { version = "0.8.1", features = ["os-poll", "net"] } rustls = { version = "0.20" } -rustls-pemfile = { version = "0.2.1" } +rustls-pemfile = "1.0" serde = { version = "1.0.136", features = ["derive"] } -tokio = { version = "1.19", features = ["full"] } +tokio = { version = "1.21", features = ["full"] } -- cgit v1.2.3