Skip to content

Commit

Permalink
Bump the rust-dependencies group with 4 updates (#237)
Browse files Browse the repository at this point in the history
Bumps the rust-dependencies group with 4 updates: [fs-err](https://github.com/andrewhickman/fs-err), [clap](https://github.com/clap-rs/clap), [fun_run](https://github.com/schneems/fun_run) and [fancy-regex](https://github.com/fancy-regex/fancy-regex).


Updates `fs-err` from 2.9.0 to 2.10.0
- [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md)
- [Commits](andrewhickman/fs-err@2.9.0...2.10.0)

Updates `clap` from 4.4.7 to 4.4.8
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.7...v4.4.8)

Updates `fun_run` from 0.1.1 to 0.1.2
- [Changelog](https://github.com/schneems/fun_run/blob/main/CHANGELOG.md)
- [Commits](https://github.com/schneems/fun_run/commits)

Updates `fancy-regex` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/fancy-regex/fancy-regex/releases)
- [Changelog](https://github.com/fancy-regex/fancy-regex/blob/main/CHANGELOG.md)
- [Commits](fancy-regex/fancy-regex@0.11.0...0.12.0)

---
updated-dependencies:
- dependency-name: fs-err
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: fun_run
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: fancy-regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent 0146be9 commit a9701cc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 12 deletions.
35 changes: 24 additions & 11 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 commons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ path = "bin/print_style_guide.rs"

[dependencies]
byte-unit = "4"
fancy-regex = "0.11"
fancy-regex = "0.12"
fs_extra = "1"
fs-err = "2"
glob = "0.3"
Expand Down

0 comments on commit a9701cc

Please sign in to comment.