From ccf5657ae6ea95a27e9709a87224713e26dba56d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 4 Jan 2024 08:01:04 +0000 Subject: [PATCH 1/2] chore(deps): update rust crate serde_json to 1.0.111 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 811e3c9..5955ae5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ flate2 = "1.0.26" tokio-util = { version = "0.7.8", features = ["io"] } futures-util = "0.3.28" uuid = { version = "1.3.2", features = ["v4"] } -serde_json = "1.0.96" +serde_json = "1.0.111" metrics = "0.21.0" metrics-exporter-prometheus = "0.12.0" serde = { version = "1.0", features = ["derive"] } From 88acf6ba44603574a7c0f915c092e818ff609160 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 26 Jan 2024 23:00:32 +0000 Subject: [PATCH 2/2] chore(deps): update rust crate serde_json to 1.0.112 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 811e3c9..f7c7baf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ flate2 = "1.0.26" tokio-util = { version = "0.7.8", features = ["io"] } futures-util = "0.3.28" uuid = { version = "1.3.2", features = ["v4"] } -serde_json = "1.0.96" +serde_json = "1.0.112" metrics = "0.21.0" metrics-exporter-prometheus = "0.12.0" serde = { version = "1.0", features = ["derive"] }