Update Rust crate serde to 1.0.219
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Renovate Bot 2025-04-03 00:34:57 +00:00
parent 95617f62de
commit 57fde837e2

View File

@ -9,7 +9,7 @@ edition = "2021"
log = "0.4.27" log = "0.4.27"
env_logger = "0.11.8" env_logger = "0.11.8"
anyhow = "1.0.97" anyhow = "1.0.97"
serde = { version = "1.0.218", features = ["derive"] } serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140" serde_json = "1.0.140"
schemars = "0.8.22" schemars = "0.8.22"
tokio = { version = "1.37.0", features = ["full"] } tokio = { version = "1.37.0", features = ["full"] }