From 6af7ade6d3e6411f88badcfb4cbdec27282c103e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 06:01:05 +0000 Subject: [PATCH] chore(deps): Update rsa requirement from 0.5.0 to 0.8.2 Updates the requirements on [rsa](https://github.com/RustCrypto/RSA) to permit the latest version. - [Release notes](https://github.com/RustCrypto/RSA/releases) - [Changelog](https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/RSA/compare/v0.5.0...v0.8.2) --- updated-dependencies: - dependency-name: rsa 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 c7188d5..9fa90a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ httpmock = { version = "0.6.2", optional = true } rustls = { version = "0.20.2" } base64 = { version = "0.13.0", optional = true } thiserror = "1.0.30" -rsa = "0.5.0" +rsa = "0.8.2" rand = "0.8.5" [dev-dependencies]