Skip to content

Commit

Permalink
chore(deps): add cargo dependency regex
Browse files Browse the repository at this point in the history
To parse cargo logs.
  • Loading branch information
josecelano committed Jun 14, 2024
1 parent a88082a commit a293373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ r2d2 = "0"
r2d2_mysql = "24"
r2d2_sqlite = { version = "0", features = ["bundled"] }
rand = "0"
regex = "1.10.5"
reqwest = { version = "0", features = ["json"] }
ringbuf = "0"
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit a293373

Please sign in to comment.