Skip to content

Commit

Permalink
Bump the rust-dependencies group with 7 updates (#180)
Browse files Browse the repository at this point in the history
Bumps the rust-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.4.8` | `4.4.12` |
| [ignore](https://github.com/BurntSushi/ripgrep) | `0.4.20` | `0.4.21` |
| [libcnb-common](https://github.com/heroku/libcnb.rs) | `0.16.0` | `0.17.0` |
| [libcnb-data](https://github.com/heroku/libcnb.rs) | `0.16.0` | `0.17.0` |
| [libcnb-package](https://github.com/heroku/libcnb.rs) | `0.16.0` | `0.17.0` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.108` | `1.0.109` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.50` | `1.0.53` |


Updates `clap` from 4.4.8 to 4.4.12
- [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.8...v4.4.12)

Updates `ignore` from 0.4.20 to 0.4.21
- [Release notes](https://github.com/BurntSushi/ripgrep/releases)
- [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BurntSushi/ripgrep/commits)

Updates `libcnb-common` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/heroku/libcnb.rs/releases)
- [Changelog](https://github.com/heroku/libcnb.rs/blob/main/CHANGELOG.md)
- [Commits](heroku/libcnb.rs@v0.16.0...v0.17.0)

Updates `libcnb-data` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/heroku/libcnb.rs/releases)
- [Changelog](https://github.com/heroku/libcnb.rs/blob/main/CHANGELOG.md)
- [Commits](heroku/libcnb.rs@v0.16.0...v0.17.0)

Updates `libcnb-package` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/heroku/libcnb.rs/releases)
- [Changelog](https://github.com/heroku/libcnb.rs/blob/main/CHANGELOG.md)
- [Commits](heroku/libcnb.rs@v0.16.0...v0.17.0)

Updates `serde_json` from 1.0.108 to 1.0.109
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.108...v1.0.109)

Updates `thiserror` from 1.0.50 to 1.0.53
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.50...1.0.53)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: ignore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: libcnb-common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: libcnb-data
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: libcnb-package
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Jan 2, 2024
1 parent e280b86 commit 6a744a5
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 44 deletions.
102 changes: 61 additions & 41 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ clap = { version = "4", default-features = false, features = [
ignore = "0.4"
indexmap = "2"
lazy_static = "1"
libcnb-common = "=0.16.0"
libcnb-data = "=0.16.0"
libcnb-package = "=0.16.0"
libcnb-common = "=0.17.0"
libcnb-data = "=0.17.0"
libcnb-package = "=0.17.0"
markdown = "1.0.0-alpha.15"
rand = "0.8"
regex = "1"
Expand Down

0 comments on commit 6a744a5

Please sign in to comment.