From af2cb9a581590558908d37bafaa0f37debac0e65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 23:34:54 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.112 --- crates/fs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fs/Cargo.toml b/crates/fs/Cargo.toml index c4afd51..8e11ace 100644 --- a/crates/fs/Cargo.toml +++ b/crates/fs/Cargo.toml @@ -49,7 +49,7 @@ infer = { version = "0.15.0", default-features = false, optional = true } log = { version = "0.4.20", optional = true } remi = { path = "../../remi", version = "0.5.0" } serde = { version = "1.0.195", features = ["derive"], optional = true } -serde_json = { version = "1.0.111", optional = true } +serde_json = { version = "1.0.112", optional = true } serde_yaml = { version = "0.9.30", optional = true } tokio = { version = "1.35.1", features = ["fs", "io-util"] } tracing = { version = "0.1.40", optional = true }