Update Rust crate serde to 1.0.224
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-09-16 00:35:20 +00:00
parent b7c7b74122
commit 27bb4d3382

View File

@@ -9,7 +9,7 @@ env_logger = "0.11.8"
clap = { version = "4.5.47", features = ["derive", "env"] } clap = { version = "4.5.47", features = ["derive", "env"] }
lazy_static = "1.5.0" lazy_static = "1.5.0"
anyhow = "1.0.99" anyhow = "1.0.99"
serde = { version = "1.0.223", features = ["derive"] } serde = { version = "1.0.224", features = ["derive"] }
serde_json = "1.0.143" serde_json = "1.0.143"
rust-s3 = { version = "0.36.0-beta.2", features = ["tokio"] } rust-s3 = { version = "0.36.0-beta.2", features = ["tokio"] }
actix-web = "4.11.0" actix-web = "4.11.0"