Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
fix(deps): update rust crate rsa to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 12, 2023
1 parent 1453de2 commit 62365d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ once_cell = "1.17.1"
rand = "0.8.5"
regex = "1.8.1"
rocket = { version = "0.5.0-rc.3", features = ["json"] }
rsa = "0.7.2"
rsa = "0.9.2"
sentry = "0.31.0"
sentry-log = "0.31.0"
sentry-tracing = "0.31.0"
Expand Down

0 comments on commit 62365d2

Please sign in to comment.