Skip to content

Commit

Permalink
Bump rsa crate dependency to v0.9
Browse files Browse the repository at this point in the history
Release notes: RustCrypto/RSA#318
  • Loading branch information
tony-iqlusion committed Apr 27, 2023
1 parent 39b715a commit 4cb7764
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 @@ -51,7 +51,7 @@ tiny_http = { version = "0.12", optional = true }
ed25519-dalek = "=2.0.0-rc.2"
once_cell = "1"
p256 = { version = "0.13", features = ["ecdsa"] }
rsa = "0.9.0-rc.0"
rsa = "0.9"

[features]
default = ["http", "passwords", "setup"]
Expand Down

0 comments on commit 4cb7764

Please sign in to comment.