From f15a5b488786c0a54623462ab9c689500ebc8008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 20:35:27 +0000 Subject: [PATCH] chore(deps): Bump serde_json from 1.0.135 to 1.0.137 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.135 to 1.0.137. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.135...v1.0.137) --- 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 fc9efe32..8cea48a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1216,9 +1216,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.135" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" +checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" dependencies = [ "itoa", "memchr", diff --git a/crates/parol-ls/Cargo.toml b/crates/parol-ls/Cargo.toml index 5909566d..6ca8105f 100644 --- a/crates/parol-ls/Cargo.toml +++ b/crates/parol-ls/Cargo.toml @@ -30,7 +30,7 @@ parol_runtime = { path = "../parol_runtime", version = "2.1.0" } parol-macros = { path = "../parol-macros", version = "1.0.0" } regex = { workspace = true } serde = "1.0.217" -serde_json = "1.0.135" +serde_json = "1.0.137" thiserror = { workspace = true } [build-dependencies]