From 5a919b04a0e002f4a9d91f6fecc98e3563b1e219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 01:44:01 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.127 to 1.0.133 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.127 to 1.0.133. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.127...v1.0.133) --- 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..a7e11d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2263,9 +2263,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.127" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" +checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 70d9609..5aedfca 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.133" 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..0dbec29 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.133" thiserror = "1.0.63" trustfall = "0.7.1" diff --git a/plugin_openapi/Cargo.toml b/plugin_openapi/Cargo.toml index b2475e4..2ae5035 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.133" 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..3828110 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.133" trustfall = "0.7.1" plugin_core = { path = "../plugin_core" }