From cdc62987759f46eb934d124795ccd8a56b97be88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Misty=20De=20M=C3=A9o?= Date: Tue, 11 Jun 2024 15:52:18 -0700 Subject: [PATCH] fix: relax serde_json This was bumped before we started being careful about Cargo.toml. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b68c0a6..c09575f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ backtrace-ext = "0.2.1" console = "0.15.8" miette = { version = "7.2.0", features = ["fancy"] } serde = "1.0.200" -serde_json = "1.0.114" +serde_json = "1.0.95" thiserror = "1.0.60" tracing = "0.1.40" tracing-subscriber = "0.3.18"