From 699e780433c7de4394f1b4c3bacf4d5409820c80 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 04:12:51 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.134 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c8ebe07..8382b5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ http = "1" hyper = "1" schemars = "0.8.21" serde = { version = "1.0.216", features = ["derive"] } -serde_json = "1.0.133" +serde_json = "1.0.134" sha2 = { version = "0.10.8", optional = true } thiserror = { version = "2.0.7", optional = true } tracing = "0.1.41"