From cee48c1b8e80aa7146dbf5e633ee0e64cb7896e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:41:28 +0000 Subject: [PATCH] build(deps): update rsa requirement from 0.6.1 to 0.9.3 Updates the requirements on [rsa](https://github.com/RustCrypto/RSA) to permit the latest version. - [Changelog](https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/RSA/compare/v0.7.0-pre...v0.9.3) --- updated-dependencies: - dependency-name: rsa dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/storage/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/Cargo.toml b/src/storage/Cargo.toml index ff02836c..24459d9a 100644 --- a/src/storage/Cargo.toml +++ b/src/storage/Cargo.toml @@ -35,7 +35,7 @@ http = "0.2" moka = "0.11.2" ejdb2rs = {workspace=true} ethers = { workspace = true } -rsa = "0.6.1" +rsa = "0.9.3" rand = "0.8.5" tokio = { version = "1.17.0", features = ["full"] } chashmap = "2.2.2"