From 7a01999b7fde88af5a95530c84a78d35441d1447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 05:32:28 +0000 Subject: [PATCH] build(deps): bump hcl-rs from 0.16.4 to 0.16.5 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](https://github.com/martinohmann/hcl-rs/compare/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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4bbce435..c91bd4db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -187,9 +187,9 @@ dependencies = [ [[package]] name = "hcl-rs" -version = "0.16.4" +version = "0.16.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93bfe5579dccda73d287c5b2113cc708c9a435e3e1966c817a20eaf47abd6312" +checksum = "5f3bc5e96599bd94fdc6ed6cfda8511fe696280c14801c33134533373ed960fc" dependencies = [ "hcl-edit", "hcl-primitives", diff --git a/Cargo.toml b/Cargo.toml index f3194b43..9688a6e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"