Skip to content

Commit

Permalink
Update regex version and add deps badge on readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Jul 5, 2023
1 parent e2c0d35 commit cfbe47f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exclude = [".github/**", "docs/**", "media/**", "scripts/**"]

[dependencies]
git2 = { version = "0.17.1", default-features = false }
regex = "1"
regex = "1.8.4"
lazy_static = "1.4.0"
termcolor = "1.2.0"
prettytable-rs = "^0.10"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<p align="center">
<img alt="Crates.io" src="https://img.shields.io/crates/v/gitql?style=flat-square">
<img alt="Deps" src="https://deps.rs/repo/github/amrdeveloper/gql/status.svg">
<img alt="Release" src="https://github.com/AmrDeveloper/GQL/actions/workflows/release.yaml/badge.svg">
<img alt="Docs" src="https://github.com/AmrDeveloper/GQL/actions/workflows/docs.yaml/badge.svg">
<img alt="GitHub release" src="https://img.shields.io/github/v/release/amrdeveloper/gql">
Expand Down

0 comments on commit cfbe47f

Please sign in to comment.