Skip to content

Commit

Permalink
chore(deps): Bump regex from 1.7.0 to 1.7.1
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.7.0 to 1.7.1.
- [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.7.0...1.7.1)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 9, 2023
1 parent 6cdbd74 commit bcf6af5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 commands/gng-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ clap = { version = "4.0", features = ["derive"] }
eyre = { version = "0.6" }
lazy_static = { version = "1.4" }
rand = { version = "0.8" }
regex = { version = "1.6" }
regex = { version = "1.7" }
serde = { version = "1.0" }
serde_json = { version = "1.0" }
spdx = { version = "0.10" }
Expand Down
2 changes: 1 addition & 1 deletion crates/gng_package/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ filemagic = { version = "0.12" }
glob = { version = "0.3" }
lazy_static = { version = "1.4" }
nix = { version = "0.26" }
regex = { version = "1.6" }
regex = { version = "1.7" }
tracing = { version = "0.1" }

[dev-dependencies]
Expand Down

0 comments on commit bcf6af5

Please sign in to comment.