From e346f8475fcd6d38949ebcaa621450f4e06070d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:36:40 +0000 Subject: [PATCH] chore(deps): Bump serde_json from 1.0.132 to 1.0.133 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.132 to 1.0.133. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.133) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/parol-ls/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 354369c0..5e4e6037 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1190,9 +1190,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.132" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" +checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" dependencies = [ "itoa", "memchr", diff --git a/crates/parol-ls/Cargo.toml b/crates/parol-ls/Cargo.toml index 44830c6f..0e2d05cd 100644 --- a/crates/parol-ls/Cargo.toml +++ b/crates/parol-ls/Cargo.toml @@ -32,7 +32,7 @@ parol_runtime = { path = "../parol_runtime", version = "2.0.0", features = [ parol-macros = { path = "../parol-macros", version = "1.0.0" } regex = { workspace = true } serde = "1.0.215" -serde_json = "1.0.132" +serde_json = "1.0.133" thiserror = { workspace = true } [build-dependencies]