Skip to content

Commit

Permalink
build(deps): bump rsa from 0.10.0-pre.2 to 0.10.0-pre.3
Browse files Browse the repository at this point in the history
Bumps [rsa](https://github.com/RustCrypto/RSA) from 0.10.0-pre.2 to 0.10.0-pre.3.
- [Changelog](https://github.com/RustCrypto/RSA/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/RSA@v0.10.0-pre.2...v0.10.0-pre.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent b7dfc0b commit b0e22af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ssh-key/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ p256 = { version = "=0.14.0-pre.1", optional = true, default-features = false, f
p384 = { version = "=0.14.0-pre.1", optional = true, default-features = false, features = ["ecdsa"] }
p521 = { version = "=0.14.0-pre.1", optional = true, default-features = false, features = ["ecdsa"] }
rand_core = { version = "0.6.4", optional = true, default-features = false }
rsa = { version = "=0.10.0-pre.2", optional = true, default-features = false, features = ["sha2"] }
rsa = { version = "=0.10.0-pre.3", optional = true, default-features = false, features = ["sha2"] }
sec1 = { version = "0.8.0-rc.0", optional = true, default-features = false, features = ["point"] }
serde = { version = "1", optional = true }
sha1 = { version = "=0.11.0-pre.4", optional = true, default-features = false }
Expand Down

0 comments on commit b0e22af

Please sign in to comment.