From 0676b6cf0032254e0946b4994b9ec652ce7cca94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 08:28:45 +0000 Subject: [PATCH] chore(deps): update rustls requirement from 0.21.7 to 0.22.1 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.7...v/0.22.1) --- 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 cf30f77..b3e99a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ reqwest = { version = "0.11.22", features = ["rustls-tls", "cookies", "json"] } url = "2.4.1" serde = { version = "1.0.189", features = ["derive"] } serde_json = "1.0.107" -rustls = "0.21.7" +rustls = "0.22.1" rand = "0.8.5" chrono = { version = "0.4.31", features = ["serde"] } strum = { version = "0.25.0", features = ["derive"] }