summaryrefslogtreecommitdiff
path: root/ext/flash
diff options
context:
space:
mode:
Diffstat (limited to 'ext/flash')
-rw-r--r--ext/flash/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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"] }