diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2022-09-16 19:11:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 19:11:30 -0400 |
commit | 684841a18c90029df404e02fed7509bb0571053a (patch) | |
tree | a350038fcd60b90651b7aeea63deff3f9096a013 /ext/flash | |
parent | 38280990dae50f19c4e52eac5de2054e42f455e4 (diff) |
upgrade deps (#15914)
Diffstat (limited to 'ext/flash')
-rw-r--r-- | ext/flash/Cargo.toml | 4 |
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"] } |