From bf1207ecd8dac6e71289dfdb60dea16f74334e00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 13:56:11 +0000 Subject: [PATCH] build(deps): update rustls requirement from 0.21 to 0.22 Updates the requirements on [rustls](https://github.com/rustls/rustls) to permit the latest version. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.21.0...v/0.22.0) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2f8e319..c4df28f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ regex = "1.5" reqwest = { version = "0.11", default-features = false, features = [ "rustls-tls", ] } -rustls = "0.21" +rustls = "0.22" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.9"