Update Rust crate serde_json to 1.0.115 (#77)
All checks were successful
Build and push container image / build (push) Successful in 10m59s

Co-authored-by: Renovate <system@toast-server.net>
Co-committed-by: Renovate <system@toast-server.net>
This commit is contained in:
Renovate 2024-03-26 02:07:21 -04:00 committed by Renovate
parent eddad46100
commit eaadbb69af

View File

@ -11,7 +11,7 @@ once_cell = "1.19.0"
poise = "0.6.1"
reqwest = { version = "0.12.2", features = ["json"] }
serde = "1.0.197"
serde_json = "1.0.114"
serde_json = "1.0.115"
sysinfo = "0.30.7"
tokenservice-client = { version = "0.1.0", registry = "gitea" }
tokio = { version = "1.36.0", features = ["macros", "signal", "rt-multi-thread"] }