Skip to content

Commit

Permalink
chore(deps): bump regex from 1.4.3 to 1.4.5
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.3 to 1.4.5.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.4.3...1.4.5)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 15, 2021
1 parent 56212c0 commit 33ca0ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 19 deletions.
22 changes: 6 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
chrono = "0.4.19"
dotenv = "0.15.0"
rand = "0.8.1"
regex = "1.4.3"
regex = "1.4.5"
strsim = "0.10.0"
tokio = { version = "1.2.0", features = ["full"] }

Expand All @@ -27,13 +27,13 @@ serde_json = "1.0"
## Subscriptions
async-stream = "0.3.0"
futures = "0.3"
once_cell = "1.7.0"
once_cell = "1.7.2"
slab = "0.4.2"

## Logging
log = "0.4.13"
pretty_env_logger = "0.4.0"

## Sign up
lettre = "0.10.0-beta.1"
lettre = "0.10.0-beta.2"
rust-argon2 = "0.8.3"

0 comments on commit 33ca0ca

Please sign in to comment.