Skip to content

Commit 4cb7764

Browse files
committed
Bump rsa crate dependency to v0.9
Release notes: RustCrypto/RSA#318
1 parent 39b715a commit 4cb7764

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tiny_http = { version = "0.12", optional = true }
5151
ed25519-dalek = "=2.0.0-rc.2"
5252
once_cell = "1"
5353
p256 = { version = "0.13", features = ["ecdsa"] }
54-
rsa = "0.9.0-rc.0"
54+
rsa = "0.9"
5555

5656
[features]
5757
default = ["http", "passwords", "setup"]

0 commit comments

Comments
 (0)