Skip to content

Commit

Permalink
chore(deps): [torrust#122] bump regex from 1.6.0 to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Apr 28, 2023
1 parent e8f8803 commit 4a5b7bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ reqwest = { version = "0.11.4", features = [ "json", "multipart" ] }
tokio = {version = "1.13", features = ["macros", "io-util", "net", "time", "rt-multi-thread", "fs", "sync", "signal"]}
lettre = { version = "0.10.0-rc.3", features = ["builder", "tokio1", "tokio1-rustls-tls", "smtp-transport"]}
sailfish = "0.4.0"
regex = "1.6.0"
regex = "1.8"
pbkdf2 = { version = "0.12", features = ["simple"] }
text-colorizer = "1.0.0"
log = "0.4.17"
Expand Down

0 comments on commit 4a5b7bb

Please sign in to comment.