From 94f79c38d2431c4812a50095798a7a70017596dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 05:08:06 +0000 Subject: [PATCH] chore(deps): Update rsa requirement from 0.5.0 to 0.7.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.7.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..b5ca603 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.7.2" rand = "0.8.5" [dev-dependencies]