From 81f023261cf06bf5cc3ca8bce58e493fc38f5031 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 15 Aug 2026 10:35:18 -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 9bc466c..e8a9dbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1433,9 +1433,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.150" +version = "1.0.151" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" +checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14" dependencies = [ "indexmap", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 98568f3..5dd20e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ futures = { version = "0.3.34" } reqwest = { version = "0.13.4", features = ["json", "stream", "multipart"] } openssl = { version = "0.10.81", features = ["vendored"] } serde = { version = "1.0.229", features = ["derive"] } -serde_json = { version = "1.0.150" } +serde_json = { version = "1.0.151" } time = { version = "0.3.53", features = ["macros", "serde"] } uuid = { version = "1.23.5", features = ["v4", "serde"] } simeta = { git = "ssh://git@git.kundeng.us/phoenix/simeta.git", tag = "v0.6.1-main-b690995806-680" }