From 488773d7ab4fc5692bdb97c9f7372078b5a3363d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 07:51:20 +0000 Subject: [PATCH] cargo(deps): bump serde_json from 1.0.148 to 1.0.149 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.148 to 1.0.149. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.148...v1.0.149) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/rustmail/Cargo.toml | 2 +- crates/rustmail_panel/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d52b3975..d82a12d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2768,9 +2768,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.148" +version = "1.0.149" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3084b546a1dd6289475996f182a22aba973866ea8e8b02c51d9f46b1336a22da" +checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" dependencies = [ "itoa", "memchr", diff --git a/crates/rustmail/Cargo.toml b/crates/rustmail/Cargo.toml index 12b4c2f9..3de3f32e 100644 --- a/crates/rustmail/Cargo.toml +++ b/crates/rustmail/Cargo.toml @@ -22,7 +22,7 @@ hyper = "1.8.1" rust-embed = "8.9.0" mime_guess = "2.0.5" urlencoding = "2.1.3" -serde_json = "1.0.148" +serde_json = "1.0.149" rand = "0.9.2" subtle = "2.6.1" sha2 = "0.10.9" diff --git a/crates/rustmail_panel/Cargo.toml b/crates/rustmail_panel/Cargo.toml index d0f447de..d647379f 100644 --- a/crates/rustmail_panel/Cargo.toml +++ b/crates/rustmail_panel/Cargo.toml @@ -12,7 +12,7 @@ wasm-bindgen-futures = "0.4.56" gloo-net = "0.6.0" gloo-utils = "0.2.0" web-sys = { version = "0.3.83", features = ["HtmlSelectElement"] } -serde_json = "1.0.148" +serde_json = "1.0.149" serde = { version = "1.0.228", features = ["derive"] } js-sys = "0.3.83" wasm-bindgen = "0.2.106"