From 568ca3db8f9b240cff5f2716c2227270e6e537a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 08:04:56 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.116 --- Cargo.lock | 4 ++-- tailcall-autogen/Cargo.toml | 2 +- tailcall-cloudflare/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbcac0edf3..7910568dbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4645,9 +4645,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.115" +version = "1.0.116" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" +checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813" dependencies = [ "indexmap 2.2.6", "itoa", diff --git a/tailcall-autogen/Cargo.toml b/tailcall-autogen/Cargo.toml index 39d3b33885..a631993200 100644 --- a/tailcall-autogen/Cargo.toml +++ b/tailcall-autogen/Cargo.toml @@ -11,7 +11,7 @@ anyhow = "1.0.82" lazy_static = "1.4.0" schemars = "0.8.16" serde = "1.0.197" -serde_json = "1.0.115" +serde_json = "1.0.116" tailcall = { path = "../" } tokio = { version = "1.37.0", features = ["full"] } tracing = "0.1.40" diff --git a/tailcall-cloudflare/Cargo.toml b/tailcall-cloudflare/Cargo.toml index 75f371d067..8416f224aa 100644 --- a/tailcall-cloudflare/Cargo.toml +++ b/tailcall-cloudflare/Cargo.toml @@ -20,7 +20,7 @@ async-std = "1.12.0" tracing = "0.1.40" tracing-subscriber = "0.3.18" tracing-subscriber-wasm = "0.1.0" -serde_json = "1.0.115" +serde_json = "1.0.116" serde_qs = "0.13.0" console_error_panic_hook = "0.1.7" protox = "0.6.0"