Update Rust crate serde_json to 1.0.114 (#45)
All checks were successful
Build and push container image / build (push) Successful in 10m58s

Co-authored-by: Renovate <system@toast-server.net>
Co-committed-by: Renovate <system@toast-server.net>
This commit is contained in:
Renovate 2024-02-19 19:47:20 -05:00 committed by Renovate
parent 894f994a83
commit 2b7f55bdbd
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1541,9 +1541,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.113" version = "1.0.114"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
dependencies = [ dependencies = [
"itoa", "itoa",
"ryu", "ryu",

View File

@ -13,7 +13,7 @@ once_cell = "1.19.0"
poise = "0.6.1" poise = "0.6.1"
reqwest = { version = "0.11.24", features = ["json"] } reqwest = { version = "0.11.24", features = ["json"] }
serde = "1.0.197" serde = "1.0.197"
serde_json = "1.0.113" serde_json = "1.0.114"
serenity = "0.12.0" serenity = "0.12.0"
sysinfo = "0.30.5" sysinfo = "0.30.5"
tokio = { version = "1.36.0", features = ["macros", "signal", "rt-multi-thread"] } tokio = { version = "1.36.0", features = ["macros", "signal", "rt-multi-thread"] }