Skip to content

Commit

Permalink
chore(deps): bump the all-dependencies-cargo group across 1 directory…
Browse files Browse the repository at this point in the history
… with 3 updates

Bumps the all-dependencies-cargo group with 3 updates in the / directory: [clap](https://github.com/clap-rs/clap), [hcl-rs](https://github.com/martinohmann/hcl-rs) and [serde](https://github.com/serde-rs/serde).


Updates `clap` from 4.5.4 to 4.5.6
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.4...v4.5.6)

Updates `hcl-rs` from 0.17.0 to 0.18.0
- [Release notes](https://github.com/martinohmann/hcl-rs/releases)
- [Commits](martinohmann/hcl-rs@hcl-rs-v0.17.0...hcl-rs-v0.18.0)

Updates `serde` from 1.0.202 to 1.0.203
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.202...v1.0.203)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies-cargo
- dependency-name: hcl-rs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies-cargo
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies-cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 460457c commit 6e566d6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ clap = { version = "4", features = ["derive"] }
colored = "2"
dirs = "5"
elevate = "0.6"
hcl-rs = "0.17"
hcl-rs = "0.18"
indexmap = { version = "2", features = ["std"] }
os_info = "3"
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 6e566d6

Please sign in to comment.