diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2021-12-06 18:48:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-07 00:48:11 +0100 |
| commit | a2f1357fe81fe212451567cc433c0e6b4a85edc5 (patch) | |
| tree | 1e4267d9f6e6bb3ddbdf030b4d6d1c547a33b6be /test_util/Cargo.toml | |
| parent | b91e6fd02f61ea34881226bc4b202e38ed75123e (diff) | |
chore: upgrade to rustls 0.20 (#12488)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Co-authored-by: Bert Belder <bertbelder@gmail.com>
Diffstat (limited to 'test_util/Cargo.toml')
| -rw-r--r-- | test_util/Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 279cb4d30..c545fcfea 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -21,12 +21,13 @@ hyper = { version = "0.14.12", features = ["server", "http1", "http2", "runtime" lazy_static = "1.4.0" os_pipe = "0.9.2" regex = "1.5.4" +rustls-pemfile = "0.2.1" serde = { version = "1.0.126", features = ["derive"] } serde_json = "1.0.65" tempfile = "3.2.0" tokio = { version = "1.10.1", features = ["full"] } -tokio-rustls = "0.22.0" -tokio-tungstenite = "0.14.0" +tokio-rustls = "0.23" +tokio-tungstenite = "0.16" [target.'cfg(unix)'.dependencies] pty = "0.2.2" |
