Update Rust crate serde_json to 1.0.115
Some checks failed
renovate/artifacts Artifact file update failure

PR created by Renovate Bot.
This commit is contained in:
Renovate 2024-03-26 06:07:00 +00:00
parent eddad46100
commit af34c43007

View File

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