From 3013b8107f74b443d5ad74711047b08273508e75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 15:12:57 +0000 Subject: [PATCH] chore(deps): update rust crate serde_json to v1.0.146 --- Cargo.lock | 4 ++-- crates/plotnik-lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a1c2a6eb..12a65453 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1892,9 +1892,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.145" +version = "1.0.146" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" +checksum = "217ca874ae0207aac254aa02c957ded05585a90892cc8d87f9e5fa49669dadd8" dependencies = [ "itoa", "memchr", diff --git a/crates/plotnik-lib/Cargo.toml b/crates/plotnik-lib/Cargo.toml index 5f9a8f7d..e29c53dc 100644 --- a/crates/plotnik-lib/Cargo.toml +++ b/crates/plotnik-lib/Cargo.toml @@ -30,4 +30,4 @@ default = ["plotnik-langs"] [dev-dependencies] insta = { version = "=1.45.0", features = ["yaml"] } indoc = "=2.0.7" -serde_json = "=1.0.145" \ No newline at end of file +serde_json = "=1.0.146" \ No newline at end of file