diff --git a/Cargo.lock b/Cargo.lock index 92bd557..29e6d43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2874,9 +2874,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.149" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" +checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" dependencies = [ "itoa", "memchr", diff --git a/crates/rustmail/Cargo.toml b/crates/rustmail/Cargo.toml index 500cdc7..fabb592 100644 --- a/crates/rustmail/Cargo.toml +++ b/crates/rustmail/Cargo.toml @@ -22,7 +22,7 @@ hyper = "1.9.0" rust-embed = "8.11.0" mime_guess = "2.0.5" urlencoding = "2.1.3" -serde_json = "1.0.149" +serde_json = "1.0.150" rand = "0.10.1" subtle = "2.6.1" sha2 = "0.11.0" diff --git a/crates/rustmail_panel/Cargo.toml b/crates/rustmail_panel/Cargo.toml index 6abc41f..63df2a8 100644 --- a/crates/rustmail_panel/Cargo.toml +++ b/crates/rustmail_panel/Cargo.toml @@ -12,7 +12,7 @@ wasm-bindgen-futures = "0.4.66" gloo-net = "0.7.0" gloo-utils = "0.3.0" web-sys = { version = "0.3.83", features = ["HtmlSelectElement", "File", "FileList", "FileReader", "HtmlInputElement", "DragEvent", "DataTransfer"] } -serde_json = "1.0.149" +serde_json = "1.0.150" serde = { version = "1.0.228", features = ["derive"] } js-sys = "0.3.83" wasm-bindgen = "0.2.106"