From 5d98bbf7c45fc9f617ce6a17f91dcbfcb3995def Mon Sep 17 00:00:00 2001 From: phoenix Date: Tue, 7 Jul 2026 22:28:22 -0400 Subject: [PATCH] bump: serde_json --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dec26e4..948434d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1549,9 +1549,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 = [ "indexmap", "itoa", diff --git a/Cargo.toml b/Cargo.toml index ce109df..dae5677 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ tokio = { version = "1.52.3", features = ["full"] } futures = { version = "0.3.32" } reqwest = { version = "0.13.3", features = ["json", "stream", "multipart"] } serde = { version = "1.0.228", features = ["derive"] } -serde_json = { version = "1.0.149" } +serde_json = { version = "1.0.150" } time = { version = "0.3.47", features = ["macros", "serde"] } uuid = { version = "1.23.1", features = ["v4", "serde"] } icarus_meta = { git = "ssh://git@git.kundeng.us/phoenix/icarus_meta.git", tag = "v0.6.0" }