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"