Skip to content

Commit

Permalink
build(deps): Bump rsa from 0.9.6 to 0.9.7
Browse files Browse the repository at this point in the history
Bumps [rsa](https://github.com/RustCrypto/RSA) from 0.9.6 to 0.9.7.
- [Changelog](https://github.com/RustCrypto/RSA/blob/v0.9.7/CHANGELOG.md)
- [Commits](RustCrypto/RSA@v0.9.6...v0.9.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rjzak committed Nov 30, 2024
1 parent c683ac8 commit 208ad2f
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ mime = { version = "0.3.17", default-features = false }
once_cell = { version = "1.20.2", default-features = false }
openidconnect = { version = "3.5.0", default-features = false }
rand = { version = "0.8.5", default-features = false }
rsa = { version = "0.9.6", default-features = false }
rsa = { version = "0.9.7", default-features = false }
rustls = { version = "0.22.4", default-features = false }
rustls-pemfile = { version = "2.2.0", default-features = false }
rustls-pki-types = { version = "1.10.0", default-features = false }
Expand Down

0 comments on commit 208ad2f

Please sign in to comment.