From 01d9e12d78c9d663ff5acc234a3f8cb23c92e598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 01:45:31 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.127 to 1.0.132 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.127 to 1.0.132. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/1.0.127...1.0.132) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- plugin_core/Cargo.toml | 2 +- plugin_openapi/Cargo.toml | 2 +- plugin_terraform/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d149979..6eed274 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2263,9 +2263,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.127" +version = "1.0.132" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" +checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 70d9609..42ddcd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ openapiv3 = "2.0.0" plugin_core = { path = "./plugin_core" } reqwest = { version = "0.12.7", features = ["json", "blocking"] } serde = { version = "1.0.209", features = ["derive"] } -serde_json = "1.0.127" +serde_json = "1.0.132" serde_yaml = "0.9.34" sha256 = "1.5.0" simplelog = { version = "0.12.2", features = ["paris"] } diff --git a/plugin_core/Cargo.toml b/plugin_core/Cargo.toml index 8950795..ff657c8 100644 --- a/plugin_core/Cargo.toml +++ b/plugin_core/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" [dependencies] serde = { version = "1.0.209", features = ["derive"] } -serde_json = "1.0.127" +serde_json = "1.0.132" thiserror = "1.0.63" trustfall = "0.7.1" diff --git a/plugin_openapi/Cargo.toml b/plugin_openapi/Cargo.toml index b2475e4..aebb81f 100644 --- a/plugin_openapi/Cargo.toml +++ b/plugin_openapi/Cargo.toml @@ -13,7 +13,7 @@ extism-pdk = "1.1.0" yaml-hash = "=0.3.0" openapiv3 = "2.0.0" serde = { version = "1.0.209", features = ["derive"] } -serde_json = "1.0.127" +serde_json = "1.0.132" serde_yaml = "0.9.32" trustfall = "0.7.1" plugin_core = { path = "../plugin_core" } diff --git a/plugin_terraform/Cargo.toml b/plugin_terraform/Cargo.toml index 1f47afb..f954dc1 100644 --- a/plugin_terraform/Cargo.toml +++ b/plugin_terraform/Cargo.toml @@ -10,6 +10,6 @@ anyhow = "1.0.86" extism-pdk = "1.1.0" hcl-rs = "0.18.0" serde = { version = "1.0.209", features = ["derive"] } -serde_json = "1.0.127" +serde_json = "1.0.132" trustfall = "0.7.1" plugin_core = { path = "../plugin_core" }