From 848eb7be38e7c384bd56e4cae46c9828bbf615c1 Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Wed, 20 Oct 2021 15:32:34 -0700 Subject: [PATCH] Match versions of rustls --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a22bdf5..da55364 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ log = "0.4" [dev-dependencies] serde = { version = "1", features = ["derive"] } env_logger = "0.9" -rustls = { version = "0.19", features = ["dangerous_configuration"] } +rustls = { version = "0.20", features = ["dangerous_configuration"] } [[example]] name = "smoke-test"