From 64071fe0266e5e29b0e3c6db87c2baf4af469e6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 08:30:25 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to v1.0.151 --- Cargo.lock | 4 ++-- crates/plotnik-lib/Cargo.toml | 2 +- crates/plotnik-tests/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c88b950..4230e109 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2539,9 +2539,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.150" +version = "1.0.151" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" +checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14" dependencies = [ "indexmap", "itoa", diff --git a/crates/plotnik-lib/Cargo.toml b/crates/plotnik-lib/Cargo.toml index b181e349..373b402a 100644 --- a/crates/plotnik-lib/Cargo.toml +++ b/crates/plotnik-lib/Cargo.toml @@ -44,5 +44,5 @@ vm = ["dep:tree-sitter", "dep:plotnik-runtime"] insta = { version = "=1.48.0", features = ["yaml"] } indoc = "=2.0.7" proptest = "=1.11.0" -serde_json = "=1.0.150" +serde_json = "=1.0.151" similar = "=3.1.1" diff --git a/crates/plotnik-tests/Cargo.toml b/crates/plotnik-tests/Cargo.toml index d27b3fd6..b6373e35 100644 --- a/crates/plotnik-tests/Cargo.toml +++ b/crates/plotnik-tests/Cargo.toml @@ -22,7 +22,7 @@ arborium-dart = "2.18.1" arborium-javascript = "2.18.1" arborium-typescript = "2.18.1" serde = { version = "1.0", features = ["derive"] } -serde_json = { version = "=1.0.150", features = ["unbounded_depth"] } +serde_json = { version = "=1.0.151", features = ["unbounded_depth"] } tree-sitter = "=0.26.12" [dev-dependencies]