From 5980842de81de8f9574dd1f703d24460fcb621b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:14:16 +0000 Subject: [PATCH] build(deps): update rsa requirement from 0.6.1 to 0.9.6 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.6) --- 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..40ca9890 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.6" rand = "0.8.5" tokio = { version = "1.17.0", features = ["full"] } chashmap = "2.2.2"