From c19b058d7508d3dafbff57afb355c7a96bca39f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 20:50:45 +0000 Subject: [PATCH] rust: bump rsa from 0.9.2 to 0.9.3 Bumps [rsa](https://github.com/RustCrypto/RSA) from 0.9.2 to 0.9.3. - [Changelog](https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/RSA/compare/v0.9.2...v0.9.3) --- updated-dependencies: - dependency-name: rsa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 ++---- runtime/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e875a107c2..d9e7e7e9efc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2708,16 +2708,14 @@ dependencies = [ [[package]] name = "rsa" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8" +checksum = "86ef35bf3e7fe15a53c4ab08a998e42271eab13eb0db224126bc7bc4c4bad96d" dependencies = [ - "byteorder", "const-oid", "digest 0.10.7", "num-bigint-dig", "num-integer", - "num-iter", "num-traits", "pkcs1", "pkcs8", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 4b446731543..789c2f44cc8 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -55,7 +55,7 @@ bech32 = "0.9.1" impl-trait-for-tuples = "0.2.1" x509-parser = "0.15.1" oid-registry = "0.6.1" -rsa = "0.9.2" +rsa = "0.9.3" base64-serde = "0.6.1" lru = "0.9.0" async-trait = "0.1.66"