Skip to content

Commit 6abe142

Browse files
Bump rsa from 0.9.9 to 0.9.10 (#1666)
Bumps [rsa](https://github.com/RustCrypto/RSA) from 0.9.9 to 0.9.10. - [Changelog](https://github.com/RustCrypto/RSA/blob/v0.9.10/CHANGELOG.md) - [Commits](RustCrypto/RSA@v0.9.9...v0.9.10) --- updated-dependencies: - dependency-name: rsa dependency-version: 0.9.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b5a22d commit 6abe142

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ reqwest = { version = "0.12.7", features = [
6262
"rustls-tls-native-roots",
6363
"rustls-tls-webpki-roots",
6464
], default-features = false }
65-
rsa = { version = "0.9.2", features = ["sha2"] }
65+
rsa = { version = "0.9.10", features = ["sha2"] }
6666
serde_json = "1.0.85"
6767
# The derived `swc_ecma_ast` dependency will not compile with `serde` v1.0.220 or above.
6868
# Ref: https://github.com/swc-project/swc/issues/11092

0 commit comments

Comments
 (0)