From 63015deb1b8a0281b2f4ab1198611a28a270dc29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 08:53:16 +0000 Subject: [PATCH] chore(deps): update rustls requirement from 0.22.2 to 0.23.0 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.22.2...v/0.23.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 389f5ef..5887f6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ reqwest = { version = "0.11.23", features = ["rustls-tls", "cookies", "json"] } url = "2.5.0" serde = { version = "1.0.195", features = ["derive"] } serde_json = "1.0.111" -rustls = "0.22.2" +rustls = "0.23.0" rand = "0.8.5" chrono = { version = "0.4.31", features = ["serde"] } strum = { version = "0.26.1", features = ["derive"] }