Update Rust crate serde_json to 1.0.112 (#27)
All checks were successful
Build and push container image / build (push) Successful in 6m38s

Co-authored-by: Renovate <system@toast-server.net>
Co-committed-by: Renovate <system@toast-server.net>
This commit is contained in:
Renovate 2024-01-26 22:34:15 +00:00 committed by Renovate
parent 15bf5fcef2
commit aee34ef0bc
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1477,9 +1477,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.111"
version = "1.0.112"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
checksum = "4d1bd37ce2324cf3bf85e5a25f96eb4baf0d5aa6eba43e7ae8958870c4ec48ed"
dependencies = [
"itoa",
"ryu",

View File

@ -12,7 +12,7 @@ gamedig = "0.4.1"
once_cell = "1.19.0"
poise = "0.6.1"
reqwest = { version = "0.11.23", features = ["json"] }
serde_json = "1.0.111"
serde_json = "1.0.112"
serenity = "0.12.0"
sysinfo = "0.30.5"
tokio = { version = "1.35.1", features = ["macros", "signal", "rt-multi-thread"] }