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 regex to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 21, 2023
1 parent 52f7a18 commit cc17bc9
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 @@ -36,7 +36,7 @@ futures-util = "0.3.28"
log = "0.4.17"
once_cell = "1.17.1"
rand = "0.8.5"
regex = "1.7.3"
regex = "1.8.0"
rocket = { version = "0.5.0-rc.3", features = ["json"] }
rsa = "0.7.2"
sentry = "0.31.0"
Expand Down

0 comments on commit cc17bc9

Please sign in to comment.