Skip to content

Commit

Permalink
Unpin RSA version (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicEric authored Dec 3, 2024
1 parent fb8d3ea commit c75c775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ futures = "0.3"
hmac = "0.12"
log = "0.4"
rand = "0.8"
rsa = "=0.9.6"
rsa = "0.9"
sha1 = { version = "0.10", features = ["oid"] }
sha2 = { version = "0.10", features = ["oid"] }
signature = "2.2"
Expand Down

0 comments on commit c75c775

Please sign in to comment.