Bump rsa from 0.7.0 to 0.7.1 (#17990)

Bumps [rsa](https://github.com/RustCrypto/RSA) from 0.7.0 to 0.7.1.
- [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.7.0...v0.7.1)

---
updated-dependencies:
- dependency-name: rsa
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-11-01 18:28:24 +00:00 committed by GitHub
parent 66fb45ec15
commit a0259fd495
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -1030,7 +1030,7 @@ dependencies = [
"rand 0.8.5",
"rand_chacha 0.3.1",
"rdp-rs",
"rsa 0.7.0",
"rsa 0.7.1",
"tempfile",
"utf16string",
"uuid",
@ -1153,9 +1153,9 @@ dependencies = [
[[package]]
name = "rsa"
version = "0.7.0"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96144aaefe4fa4c1846c404d1ccc3dc45c9b15c2e41591597294cb7ccc2dbfd7"
checksum = "b0ecc3307be66bfb3574577895555bacfb9a37a8d5cd959444b72ff02495c618"
dependencies = [
"byteorder",
"digest 0.10.5",

View file

@ -19,7 +19,7 @@ num-derive = "0.3.3"
num-traits = "0.2.15"
rand = { version = "0.8.5", features = ["getrandom"] }
rand_chacha = "0.3.1"
rsa = "0.7.0"
rsa = "0.7.1"
rdp-rs = { git = "https://github.com/gravitational/rdp-rs", rev = "e7c7f9843d626e343b4de7a419af5982a3a7bd4b" }
uuid = { version = "1.2.1", features = ["v4"] }
utf16string = "0.2.0"