Update Rust crate serde to 1.0.225
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-17 00:35:19 +00:00
parent 659433911a
commit f9fe44f53d

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.224", features = ["derive"] } serde = { version = "1.0.225", 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"