From 9c06bf4de56ee0b6c6145984f3b73729ee7bdd5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 02:04:52 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.86 to 1.0.89 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.89. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.89) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- plugin_terraform/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d149979..46015b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,9 +109,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "arbitrary" diff --git a/Cargo.toml b/Cargo.toml index 70d9609..9b1e924 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ eula = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.89" clap = { version = "4.5.2", features = ["derive"] } extism = "1.4.1" figment = { version = "0.10.19", features = ["env", "yaml"] } diff --git a/plugin_terraform/Cargo.toml b/plugin_terraform/Cargo.toml index 1f47afb..7bb5024 100644 --- a/plugin_terraform/Cargo.toml +++ b/plugin_terraform/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.89" extism-pdk = "1.1.0" hcl-rs = "0.18.0" serde = { version = "1.0.209", features = ["derive"] }