From d85525341e14d763b3c85432cd8d9381b5b14141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 05:09:49 +0000 Subject: [PATCH] chore(deps): Update rsa requirement from 0.5.0 to 0.8.1 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.1) --- 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..c968aa9 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.1" rand = "0.8.5" [dev-dependencies]