Skip to content

Commit

Permalink
build(deps): bump hcl-rs from 0.16.4 to 0.16.5
Browse files Browse the repository at this point in the history
Bumps [hcl-rs](https://github.com/martinohmann/hcl-rs) from 0.16.4 to 0.16.5.
- [Release notes](https://github.com/martinohmann/hcl-rs/releases)
- [Changelog](https://github.com/martinohmann/hcl-rs/blob/main/release-please-config.json)
- [Commits](martinohmann/hcl-rs@hcl-rs-v0.16.4...hcl-rs-v0.16.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent bc9b022 commit 7a01999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ async-trait = "0.1.68"
clap = { version = "4.4.2", features = ["derive"] } # command-line parser
config = "0.13.1" # Layered configuration with strong support for 12-factor applications
dirs = "5.0.1" # provides platform-specific locations for storing user configuration
hcl-rs = "0.16.4" # HCL converter
hcl-rs = "0.16.5" # HCL converter
indicatif = "0.17.0" # prograss bars and spinners
log = "0.4.20" # logging facade
once_cell = "1.18.0"
Expand Down

0 comments on commit 7a01999

Please sign in to comment.