From 45aebf437d7ae008e3930fbaaacde8cebdf3f103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 02:40:18 +0000 Subject: [PATCH] Bump json5 from 1.3.0 to 1.3.1 Bumps [json5](https://github.com/callum-oakley/json5-rs) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/callum-oakley/json5-rs/releases) - [Commits](https://github.com/callum-oakley/json5-rs/compare/1.3.0...1.3.1) --- updated-dependencies: - dependency-name: json5 dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ebddee..b276b62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1098,9 +1098,9 @@ dependencies = [ [[package]] name = "json5" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56c86c72f9e1d3fe29baa32cab8896548eef9aae271fce4e796d16b583fdf6d5" +checksum = "733a844dbd6fef128e98cb4487b887cb55454d92cd9994b1bafe004fabbe670c" dependencies = [ "serde", "ucd-trie", diff --git a/Cargo.toml b/Cargo.toml index 3efed74..2b31035 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ tokio-util = { version = "0.7.18", features = ["io"] } toml = "1.1.2" url = "2.5" zip = "8.6.0" -json5 = "1.3.0" +json5 = "1.3.1" [profile.release] strip = true